#0272AB

Color #0272AB Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0272AB

Tints of Cerulean #0272AB

Color information

#0272AB (or 0x0272AB) is unknown color: approx 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

RGB2114171-
CMYK0.990.3300.33
HSL200.24º97.69%33.92%-
HSV(B)200.24º98.83%67.06%-
XYZ13.3914.9940.72-
YUV87.01175.3967.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 171 (67.19% from 255) = 59.58%
R=0.70%
G=39.72%
B=59.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21141710.990.3300.33200.2497.6933.92
Hex272AB6321021c86222
Octal21622531434104131014242
Binary1011100101010101111000111000010100001110010001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0272AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>