Html Css Color HEX #0272AE Cerulean

📋 copy color: '#0272AE'

red 2 ◦ green 114 ◦ blue 174

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

Shades of Cerulean #0272AE

Tints of Cerulean #0272AE

RGB

 RED value IS 2 (1.17% from 255) = 0.69%

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

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

R = 0.69%
G = 39.31%
B = 60%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0272AE (or 0x0272AE) is known color: Cerulean. HEX triplet: 02, 72 and AE. RGB value is (2,114,174). Sum of RGB (Red+Green+Blue) = 2+114+174=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #0272AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0272AE is #FD8D51. Grayscale: #565656. Windows color (decimal): -16616786 or 11432450. OLE color: 11432450.

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

Color convert

RGB 2 114 174 -
CMYK 0.99 0.34 0 0.32
HSL 200.93º 0.98% 0.35% -
HSV(B) 200.93º 0.99% 0.68% -
XYZ 13.68 15.1 42.24 -
YUV 87.35 176.89 67.12 -
System Red Green Blue C M Y K H S L
Decimal 2 114 174 0.99 0.34 0 0.32 200.93 0.98 0.35
Hex 2 72 AE 63 22 0 20 C9 62 23
Octal 2 162 256 143 42 0 40 311 142 43
Binary 10 1110010 10101110 1100011 100010 0 100000 11001001 1100010 100011

Color Harmonies of #0272AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0272AE

Black with #0272AE

Text Example


Text Example

White with #0272AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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