#0F3776

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

Shades of Dark Cerulean #0F3776

Tints of Dark Cerulean #0F3776

Color information

#0F3776 (or 0x0F3776) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 37 and 76. RGB value is (15,55,118). Sum of RGB (Red+Green+Blue) = 15+55+118=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #0F3776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3776 is #F0C889. Grayscale: #313131. Windows color (decimal): -15779978 or 7747343. OLE color: 7747343.

HSL color Cylindrical-coordinate representation of color #0F3776: hue angle of 216.7º 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 #0F3776 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1555118-
CMYK0.870.5300.54
HSL216.7º77.44%26.08%-
HSV(B)216.7º87.29%46.27%-
XYZ4.834.1417.68-
YUV50.22166.25102.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.98%
GREEN value IS 55 (21.88% from 255) = 29.26%
BLUE value IS 118 (46.48% from 255) = 62.77%
R=7.98%
G=29.26%
B=62.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15551180.870.5300.54216.777.4426.08
HexF37765735036d94d1a
Octal17671661276506633111532
Binary111111011111101101010111110101011011011011001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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