Color Hex Logo

#0f104d Color Hex

#0F104D
(15,16,77)
0 Favorites   0 Comments

Color spaces of #0f104d

RGB 151677
HSL0.660.670.18
HSV239°81°30°
CMYK 0.810.790.00   0.70
XYZ1.72181.00807.1250
Yxy1.00800.17470.1023
Hunter Lab10.039913.0421-35.0482
CIE-Lab9.057923.3079-37.3911

#0f104d color RGB value is (15,16,77).

#0f104d hex color red value is 15, green value is 16 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #0f104d hue: 0.66 , saturation: 0.67 and the lightness value of 0f104d is 0.18.

The process color (four color CMYK) of #0f104d color hex is 0.81, 0.79, 0.00, 0.70. Web safe color of #0f104d is #000066. Color #0f104d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00010000 01001101
Octal 17 20 115
Decimal 15 16 77
Hex F 10 4D

RGB Percentages of Color #0f104d

%13.89
%14.81
%71.30

CMYK Percentages of Color #0f104d

%81
%79
%0
%70

Triadic Colors of #0f104d

#0f104d #4d0f10 #104d0f

Analogous Colors of #0f104d

#0f104d #2d0f4d #0f2f4d

Monochromatic Colors of #0f104d

#0f104d

Complementary Color

#0f104d #4d4c0f

#0f104d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f104d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f104d Color CSS Codes

.mybgcolor {background-color:#0f104d; } 
.myforecolor {color:#0f104d; }
.mybordercolor {border:3px solid #0f104d; }

#0f104d Text Font Color

<p style="color:#0f104d">Text here</p>

This sample text font color is #0f104d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0f104d Background Color

<div style="background-color:#0f104d">
Div content here</div>

This div background color is #0f104d


#0f104d Border Color

<div style="border:3px solid #0f104d">
Div here</div>

This div border color is #0f104d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,16,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f104d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f104d;
  -webkit-box-shadow: 1px 1px 3px 2px #0f104d;
  box-shadow:         1px 1px 3px 2px #0f104d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,16,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0f104d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0f104d;
  -webkit-box-shadow: 1px 1px 3px 2px #0f104d;
  box-shadow:         1px 1px 3px 2px #0f104d;">
Div content here</div>

This div box has shadow with color #0f104d


Comments

No comments written yet.

Please login to write comment.