#0272A9

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

Shades of Cerulean #0272A9

Tints of Cerulean #0272A9

Color information

#0272A9 (or 0x0272A9) is unknown color: approx Cerulean. HEX triplet: 02, 72 and A9. RGB value is (2,114,169). Sum of RGB (Red+Green+Blue) = 2+114+169=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 169 (66.41% from 255 or 59.30% from 285); Max value from RGB is 169 - color contains mainly: blue. Hex color #0272A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0272A9 is #FD8D56. Grayscale: #565656. Windows color (decimal): -16616791 or 11104770. OLE color: 11104770.

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

Color convert

RGB2114169-
CMYK0.990.3300.34
HSL199.76º97.66%33.53%-
HSV(B)199.76º98.82%66.27%-
XYZ13.214.9139.72-
YUV86.78174.3967.53-

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) = 40%
BLUE value IS 169 (66.41% from 255) = 59.30%
R=0.70%
G=40%
B=59.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21141690.990.3300.34199.7697.6633.53
Hex272A96321022c86222
Octal21622511434104231014242
Binary1011100101010100111000111000010100010110010001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0272A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0272A9;
 }
 .AnyTagClassName
 {
   color: #0272A9;
 }
</style>
background-color css

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

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

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

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

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

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