#0F4978

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

Shades of Dark Cerulean #0F4978

Tints of Dark Cerulean #0F4978

Color information

#0F4978 (or 0x0F4978) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 49 and 78. RGB value is (15,73,120). Sum of RGB (Red+Green+Blue) = 15+73+120=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #0F4978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4978 is #F0B687. Grayscale: #3C3C3C. Windows color (decimal): -15775368 or 7883023. OLE color: 7883023.

HSL color Cylindrical-coordinate representation of color #0F4978: hue angle of 206.86º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F4978 is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1573120-
CMYK0.870.3900.53
HSL206.86º77.78%26.47%-
HSV(B)206.86º87.5%47.06%-
XYZ5.976.2218.66-
YUV61.02161.2895.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.21%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 120 (47.27% from 255) = 57.69%
R=7.21%
G=35.10%
B=57.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15731200.870.3900.53206.8677.7826.47
HexF49785727035cf4e1a
Octal171111701274706531711632
Binary1111100100111110001010111100111011010111001111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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