Html Css Color HEX #0272AB Cerulean

📋 copy color: '#0272AB'

red 2 ◦ green 114 ◦ blue 171

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

Shades of Cerulean #0272AB

Tints of Cerulean #0272AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 0.7%
G = 39.72%
B = 59.58%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0272AB (or 0x0272AB) is known color: Cerulean. HEX triplet: 02, 72 and AB. RGB value is (2,114,171). Sum of RGB (Red+Green+Blue) = 2+114+171=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #0272AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0272AB is #FD8D54. Grayscale: #565656. Windows color (decimal): -16616789 or 11235842. OLE color: 11235842.

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

Color convert

RGB 2 114 171 -
CMYK 0.99 0.33 0 0.33
HSL 200.24º 0.98% 0.34% -
HSV(B) 200.24º 0.99% 0.67% -
XYZ 13.39 14.99 40.72 -
YUV 87.01 175.39 67.37 -
System Red Green Blue C M Y K H S L
Decimal 2 114 171 0.99 0.33 0 0.33 200.24 0.98 0.34
Hex 2 72 AB 63 21 0 21 C8 62 22
Octal 2 162 253 143 41 0 41 310 142 42
Binary 10 1110010 10101011 1100011 100001 0 100001 11001000 1100010 100010

Color Harmonies of #0272AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0272AB

Black with #0272AB

Text Example


Text Example

White with #0272AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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