#0F72A6

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

Shades of Cerulean #0F72A6

Tints of Cerulean #0F72A6

Color information

#0F72A6 (or 0x0F72A6) is unknown color: approx Cerulean. HEX triplet: 0F, 72 and A6. RGB value is (15,114,166). Sum of RGB (Red+Green+Blue) = 15+114+166=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 166 (65.23% from 255 or 56.27% from 295); Max value from RGB is 166 - color contains mainly: blue. Hex color #0F72A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F72A6 is #F08D59. Grayscale: #5A5A5A. Windows color (decimal): -15764826 or 10908175. OLE color: 10908175.

HSL color Cylindrical-coordinate representation of color #0F72A6: hue angle of 200.66º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F72A6 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15114166-
CMYK0.910.3100.35
HSL200.66º83.43%35.49%-
HSV(B)200.66º90.96%65.1%-
XYZ13.114.8938.26-
YUV90.33170.774.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.08%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 166 (65.23% from 255) = 56.27%
R=5.08%
G=38.64%
B=56.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151141660.910.3100.35200.6683.4335.49
HexF72A65B1F023c95323
Octal171622461333704331112343
Binary11111110010101001101011011111110100011110010011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F72A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,114,166); }

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

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

 a { background-color: rgb(15,114,166); }

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

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

 span { border-color: rgb(15,114,166); }

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