#0f4988

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

Shades of Dark Cerulean #0F4988

Tints of Dark Cerulean #0F4988

Color information

#0F4988 (or 0x0F4988) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 49 and 88. RGB value is (15,73,136). Sum of RGB (Red+Green+Blue) = 15+73+136=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #0F4988 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4988 is #F0B677. Grayscale: #3E3E3E. Windows color (decimal): -15775352 or 8931599. OLE color: 8931599.

HSL color Cylindrical-coordinate representation of color #0F4988: hue angle of 211.24º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F4988 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1573136-
CMYK0.890.4600.47
HSL211.24º80.13%29.61%-
HSV(B)211.24º88.97%53.33%-
XYZ7.026.6424.2-
YUV62.84169.2893.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.70%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 136 (53.52% from 255) = 60.71%
R=6.70%
G=32.59%
B=60.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15731360.890.4600.47211.2480.1329.61
HexF4988592E02Fd3501e
Octal171112101315605732312036
Binary11111001001100010001011001101110010111111010011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f4988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,73,136); }

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

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

 a { background-color: rgb(15,73,136); }

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

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

 span { border-color: rgb(15,73,136); }

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