Html Css Color HEX #0F72AE Cerulean

📋 copy color: '#0F72AE'

red 15 ◦ green 114 ◦ blue 174

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

Shades of Cerulean #0F72AE

Tints of Cerulean #0F72AE

RGB

 RED value IS 15 (6.25% from 255) = 4.95%

 GREEN value IS 114 (44.92% from 255) = 37.62%

 BLUE value IS 174 (68.36% from 255) = 57.43%

R = 4.95%
G = 37.62%
B = 57.43%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F72AE (or 0x0F72AE) is known color: Cerulean. HEX triplet: 0F, 72 and AE. RGB value is (15,114,174). Sum of RGB (Red+Green+Blue) = 15+114+174=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F72AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F72AE is #F08D51. Grayscale: #5A5A5A. Windows color (decimal): -15764818 or 11432463. OLE color: 11432463.

HSL color Cylindrical-coordinate representation of color #0F72AE: hue angle of 202.64º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F72AE is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 114 174 -
CMYK 0.91 0.34 0 0.32
HSL 202.64º 0.84% 0.37% -
HSV(B) 202.64º 0.91% 0.68% -
XYZ 13.85 15.19 42.25 -
YUV 91.24 174.7 73.62 -
System Red Green Blue C M Y K H S L
Decimal 15 114 174 0.91 0.34 0 0.32 202.64 0.84 0.37
Hex F 72 AE 5B 22 0 20 CB 54 25
Octal 17 162 256 133 42 0 40 313 124 45
Binary 1111 1110010 10101110 1011011 100010 0 100000 11001011 1010100 100101

Color Harmonies of #0F72AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F72AE

Black with #0F72AE

Text Example


Text Example

White with #0F72AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F72AE;
 }
 .AnyTagClassName
 {
   color: #0F72AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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