#0F729C

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

Shades of Cerulean #0F729C

Tints of Cerulean #0F729C

Color information

#0F729C (or 0x0F729C) is unknown color: approx Cerulean. HEX triplet: 0F, 72 and 9C. RGB value is (15,114,156). Sum of RGB (Red+Green+Blue) = 15+114+156=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F729C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F729C is #F08D63. Grayscale: #585858. Windows color (decimal): -15764836 or 10252815. OLE color: 10252815.

HSL color Cylindrical-coordinate representation of color #0F729C: hue angle of 197.87º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F729C is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15114156-
CMYK0.900.2700.39
HSL197.87º82.46%33.53%-
HSV(B)197.87º90.38%61.18%-
XYZ12.2214.5433.61-
YUV89.19165.775.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.26%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=5.26%
G=40%
B=54.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151141560.900.2700.39197.8782.4633.53
HexF729C5A1B027c65222
Octal171622341323304730612242
Binary11111110010100111001011010110110100111110001101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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