#0F76AB

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

Shades of Cerulean #0F76AB

Tints of Cerulean #0F76AB

Color information

#0F76AB (or 0x0F76AB) is unknown color: approx Cerulean. HEX triplet: 0F, 76 and AB. RGB value is (15,118,171). Sum of RGB (Red+Green+Blue) = 15+118+171=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F76AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F76AB is #F08954. Grayscale: #5C5C5C. Windows color (decimal): -15763797 or 11236879. OLE color: 11236879.

HSL color Cylindrical-coordinate representation of color #0F76AB: hue angle of 200.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F76AB is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15118171-
CMYK0.910.3100.33
HSL200.38º83.87%36.47%-
HSV(B)200.38º91.23%67.06%-
XYZ14.031640.88-
YUV93.24171.8872.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.93%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=4.93%
G=38.82%
B=56.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151181710.910.3100.33200.3883.8736.47
HexF76AB5B1F021c85424
Octal171662531333704131012444
Binary11111110110101010111011011111110100001110010001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F76AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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