#0F76B2

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

Shades of Cerulean #0F76B2

Tints of Cerulean #0F76B2

Color information

#0F76B2 (or 0x0F76B2) is unknown color: approx Cerulean. HEX triplet: 0F, 76 and B2. RGB value is (15,118,178). Sum of RGB (Red+Green+Blue) = 15+118+178=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 178 (69.92% from 255 or 57.23% from 311); Max value from RGB is 178 - color contains mainly: blue. Hex color #0F76B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F76B2 is #F0894D. Grayscale: #5D5D5D. Windows color (decimal): -15763790 or 11695631. OLE color: 11695631.

HSL color Cylindrical-coordinate representation of color #0F76B2: hue angle of 202.09º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F76B2 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15118178-
CMYK0.920.3400.30
HSL202.09º84.46%37.84%-
HSV(B)202.09º91.57%69.8%-
XYZ14.7116.2744.49-
YUV94.04175.3871.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.82%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 178 (69.92% from 255) = 57.23%
R=4.82%
G=37.94%
B=57.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151181780.920.3400.30202.0984.4637.84
HexF76B25C2201Eca5426
Octal171662621344203631212446
Binary11111110110101100101011100100010011110110010101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F76B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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