#0F72AA

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

Shades of Cerulean #0F72AA

Tints of Cerulean #0F72AA

Color information

#0F72AA (or 0x0F72AA) is unknown color: approx Cerulean. HEX triplet: 0F, 72 and AA. RGB value is (15,114,170). Sum of RGB (Red+Green+Blue) = 15+114+170=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F72AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F72AA is #F08D55. Grayscale: #5A5A5A. Windows color (decimal): -15764822 or 11170319. OLE color: 11170319.

HSL color Cylindrical-coordinate representation of color #0F72AA: hue angle of 201.68º 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 #0F72AA is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15114170-
CMYK0.910.3300.33
HSL201.68º83.78%36.27%-
HSV(B)201.68º91.18%66.67%-
XYZ13.4715.0440.22-
YUV90.78172.773.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.02%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 170 (66.80% from 255) = 56.86%
R=5.02%
G=38.13%
B=56.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151141700.910.3300.33201.6883.7836.27
HexF72AA5B21021ca5424
Octal171622521334104131212444
Binary111111100101010101010110111000010100001110010101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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