#0F4776

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

Shades of Dark Cerulean #0F4776

Tints of Dark Cerulean #0F4776

Color information

#0F4776 (or 0x0F4776) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 47 and 76. RGB value is (15,71,118). Sum of RGB (Red+Green+Blue) = 15+71+118=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #0F4776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4776 is #F0B889. Grayscale: #3B3B3B. Windows color (decimal): -15775882 or 7751439. OLE color: 7751439.

HSL color Cylindrical-coordinate representation of color #0F4776: hue angle of 207.38º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F4776 is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1571118-
CMYK0.870.4000.54
HSL207.38º77.44%26.08%-
HSV(B)207.38º87.29%46.27%-
XYZ5.725.9217.98-
YUV59.61160.9596.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.35%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 118 (46.48% from 255) = 57.84%
R=7.35%
G=34.80%
B=57.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15711180.870.4000.54207.3877.4426.08
HexF47765728036cf4d1a
Octal171071661275006631711532
Binary1111100011111101101010111101000011011011001111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,118); }

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

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

 a { background-color: rgb(15,71,118); }

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

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

 span { border-color: rgb(15,71,118); }

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