Color Hex Logo

#0f3e63 Color Hex

#0F3E63
(15,62,99)
0 Favorites   0 Comments

Color spaces of #0f3e63

RGB 156299
HSL0.570.740.22
HSV206°85°39°
CMYK 0.850.370.00   0.61
XYZ4.17184.447712.4430
Yxy4.44770.19810.2112
Hunter Lab21.0896-1.5971-20.2188
CIE-Lab25.0995-0.7802-26.1939

#0f3e63 color RGB value is (15,62,99).

#0f3e63 hex color red value is 15, green value is 62 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #0f3e63 hue: 0.57 , saturation: 0.74 and the lightness value of 0f3e63 is 0.22.

The process color (four color CMYK) of #0f3e63 color hex is 0.85, 0.37, 0.00, 0.61. Web safe color of #0f3e63 is #003366. Color #0f3e63 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00111110 01100011
Octal 17 76 143
Decimal 15 62 99
Hex F 3E 63

RGB Percentages of Color #0f3e63

%8.52
%35.23
%56.25

CMYK Percentages of Color #0f3e63

%85
%37
%0
%61

Triadic Colors of #0f3e63

#0f3e63 #630f3e #3e630f

Analogous Colors of #0f3e63

#0f3e63 #0f1463 #0f635e

Monochromatic Colors of #0f3e63

#0f3e63

Complementary Color

#0f3e63 #63340f

#0f3e63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f3e63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f3e63 Color CSS Codes

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

#0f3e63 Text Font Color

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

This sample text font color is #0f3e63
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.


#0f3e63 Background Color

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

This div background color is #0f3e63


#0f3e63 Border Color

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

This div border color is #0f3e63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f3e63


Comments

No comments written yet.

Please login to write comment.