#0273AB

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

Shades of Cerulean #0273AB

Tints of Cerulean #0273AB

Color information

#0273AB (or 0x0273AB) is unknown color: approx Cerulean. HEX triplet: 02, 73 and AB. RGB value is (2,115,171). Sum of RGB (Red+Green+Blue) = 2+115+171=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #0273AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0273AB is #FD8C54. Grayscale: #575757. Windows color (decimal): -16616533 or 11236098. OLE color: 11236098.

HSL color Cylindrical-coordinate representation of color #0273AB: hue angle of 199.88º 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 #0273AB is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2115171-
CMYK0.990.3300.33
HSL199.88º97.69%33.92%-
HSV(B)199.88º98.83%67.06%-
XYZ13.5115.2140.75-
YUV87.6175.0666.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=0.69%
G=39.93%
B=59.38%

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
Decimal21151710.990.3300.33199.8897.6933.92
Hex273AB6321021c86222
Octal21632531434104131014242
Binary1011100111010101111000111000010100001110010001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0273AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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