#0F3E6E

Color #0F3E6E Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0F3E6E

Tints of Dark Cerulean #0F3E6E

Color information

#0F3E6E (or 0x0F3E6E) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 3E and 6E. RGB value is (15,62,110). Sum of RGB (Red+Green+Blue) = 15+62+110=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F3E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3E6E is #F0C191. Grayscale: #353535. Windows color (decimal): -15778194 or 7224847. OLE color: 7224847.

HSL color Cylindrical-coordinate representation of color #0F3E6E: hue angle of 210.32º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F3E6E is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1562110-
CMYK0.860.4400.57
HSL210.32º76%24.51%-
HSV(B)210.32º86.36%43.14%-
XYZ4.734.6715.4-
YUV53.42159.93100.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 8.02%
GREEN value IS 62 (24.61% from 255) = 33.16%
BLUE value IS 110 (43.36% from 255) = 58.82%
R=8.02%
G=33.16%
B=58.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15621100.860.4400.57210.327624.51
HexF3E6E562C039d24c19
Octal17761561265407132211431
Binary111111111011011101010110101100011100111010010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F3E6E; }

 p { color: rgb(15,62,110); }

 H1.HeaderClassName
 {
   color: #0F3E6E;
 }
 .AnyTagClassName
 {
   color: #0F3E6E;
 }
</style>
background-color css

<style>
 a { background-color: #0F3E6E; }

 a { background-color: rgb(15,62,110); }

 div.DivClassName
 {
   background-color: #0F3E6E;
 }
 .BgClassName
 {
   background-color: #0F3E6E;
 }
</style>
border-color css

<style>
 span { border-color: #0F3E6E; }

 span { border-color: rgb(15,62,110); }

 td.TdClassName
 {
   border-color: #0F3E6E;
 }
 .TagClassName
 {
   border-color: #0F3E6E;
 }
</style>