Html Css Color HEX #0F729C Cerulean

📋 copy color: '#0F729C'

red 15 ◦ green 114 ◦ blue 156

#0F729C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0F729C

Tints of Cerulean #0F729C

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 value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F729C (or 0x0F729C) is known color: 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

RGB 15 114 156 -
CMYK 0.90 0.27 0 0.39
HSL 197.87º 0.82% 0.34% -
HSV(B) 197.87º 0.9% 0.61% -
XYZ 12.22 14.54 33.61 -
YUV 89.19 165.7 75.08 -
System Red Green Blue C M Y K H S L
Decimal 15 114 156 0.90 0.27 0 0.39 197.87 0.82 0.34
Hex F 72 9C 5A 1B 0 27 C6 52 22
Octal 17 162 234 132 33 0 47 306 122 42
Binary 1111 1110010 10011100 1011010 11011 0 100111 11000110 1010010 100010

Color Harmonies of #0F729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F729C

Black with #0F729C

Text Example


Text Example

White with #0F729C

Text Example


Text Example

HTML Codes & Css Web 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>