#0273B6

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

Shades of Cerulean #0273B6

Tints of Cerulean #0273B6

Color information

#0273B6 (or 0x0273B6) is unknown color: approx Cerulean. HEX triplet: 02, 73 and B6. RGB value is (2,115,182). Sum of RGB (Red+Green+Blue) = 2+115+182=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 182 (71.48% from 255 or 60.87% from 299); Max value from RGB is 182 - color contains mainly: blue. Hex color #0273B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0273B6 is #FD8C49. Grayscale: #585858. Windows color (decimal): -16616522 or 11956994. OLE color: 11956994.

HSL color Cylindrical-coordinate representation of color #0273B6: hue angle of 202.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0273B6 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2115182-
CMYK0.990.3700.29
HSL202.33º97.83%36.08%-
HSV(B)202.33º98.9%71.37%-
XYZ14.615.6546.51-
YUV88.85180.5666.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 182 (71.48% from 255) = 60.87%
R=0.67%
G=38.46%
B=60.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21151820.990.3700.29202.3397.8336.08
Hex273B6632501Dca6224
Octal21632661434503531214244
Binary101110011101101101100011100101011101110010101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0273B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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