#0f729e

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

Shades of Cerulean #0F729E

Tints of Cerulean #0F729E

Color information

#0F729E (or 0x0F729E) is unknown color: approx Cerulean. HEX triplet: 0F, 72 and 9E. RGB value is (15,114,158). Sum of RGB (Red+Green+Blue) = 15+114+158=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F729E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F729E is #F08D61. Grayscale: #595959. Windows color (decimal): -15764834 or 10383887. OLE color: 10383887.

HSL color Cylindrical-coordinate representation of color #0F729E: hue angle of 198.46º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F729E is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15114158-
CMYK0.910.2800.38
HSL198.46º82.66%33.92%-
HSV(B)198.46º90.51%61.96%-
XYZ12.3914.634.51-
YUV89.42166.774.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.23%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 158 (62.11% from 255) = 55.05%
R=5.23%
G=39.72%
B=55.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151141580.910.2800.38198.4682.6633.92
HexF729E5B1C026c65322
Octal171622361333404630612342
Binary11111110010100111101011011111000100110110001101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f729e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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