Html Css Color HEX #0072AE Cerulean

📋 copy color: '#0072AE'

red 0 ◦ green 114 ◦ blue 174

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

Shades of Cerulean #0072AE

Tints of Cerulean #0072AE

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 39.58%
B = 60.42%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0072AE (or 0x0072AE) is known color: Cerulean. HEX triplet: 00, 72 and AE. RGB value is (0,114,174). Sum of RGB (Red+Green+Blue) = 0+114+174=288 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #0072AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0072AE is #FF8D51. Grayscale: #565656. Windows color (decimal): -16747858 or 11432448. OLE color: 11432448.

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

Color convert

RGB 0 114 174 -
CMYK 1 0.34 0 0.32
HSL 200.69º 1% 0.34% -
HSV(B) 200.69º 1% 0.68% -
XYZ 13.66 15.09 42.24 -
YUV 86.75 177.23 66.12 -
System Red Green Blue C M Y K H S L
Decimal 0 114 174 1 0.34 0 0.32 200.69 1 0.34
Hex 0 72 AE 64 22 0 20 C9 64 22
Octal 0 162 256 144 42 0 40 311 144 42
Binary 0 1110010 10101110 1100100 100010 0 100000 11001001 1100100 100010

Color Harmonies of #0072AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0072AE

Black with #0072AE

Text Example


Text Example

White with #0072AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0072AE; }

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

 H1.HeaderClassName
 {
   color: #0072AE;
 }
 .AnyTagClassName
 {
   color: #0072AE;
 }
</style>

background-color css

<style>
 a { background-color: #0072AE; }

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

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

border-color css

<style>
 span { border-color: #0072AE; }

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

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