#0F4F8E

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

Shades of Dark Cerulean #0F4F8E

Tints of Dark Cerulean #0F4F8E

Color information

#0F4F8E (or 0x0F4F8E) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 4F and 8E. RGB value is (15,79,142). Sum of RGB (Red+Green+Blue) = 15+79+142=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #0F4F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4F8E is #F0B071. Grayscale: #424242. Windows color (decimal): -15773810 or 9326351. OLE color: 9326351.

HSL color Cylindrical-coordinate representation of color #0F4F8E: hue angle of 209.76º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F4F8E is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1579142-
CMYK0.890.4400.44
HSL209.76º80.89%30.78%-
HSV(B)209.76º89.44%55.69%-
XYZ7.887.6526.65-
YUV67.05170.390.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.36%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 142 (55.86% from 255) = 60.17%
R=6.36%
G=33.47%
B=60.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal15791420.890.4400.44209.7680.8930.78
HexF4F8E592C02Cd2511f
Octal171172161315405432212137
Binary11111001111100011101011001101100010110011010010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,79,142); }

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

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

 a { background-color: rgb(15,79,142); }

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

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

 span { border-color: rgb(15,79,142); }

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