#0273AE

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

Shades of Cerulean #0273AE

Tints of Cerulean #0273AE

Color information

#0273AE (or 0x0273AE) is unknown color: approx Cerulean. HEX triplet: 02, 73 and AE. RGB value is (2,115,174). Sum of RGB (Red+Green+Blue) = 2+115+174=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #0273AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0273AE is #FD8C51. Grayscale: #575757. Windows color (decimal): -16616530 or 11432706. OLE color: 11432706.

HSL color Cylindrical-coordinate representation of color #0273AE: hue angle of 200.58º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0273AE is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2115174-
CMYK0.990.3400.32
HSL200.58º97.73%34.51%-
HSV(B)200.58º98.85%68.24%-
XYZ13.815.3342.28-
YUV87.94176.5666.7-

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.52%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=0.69%
G=39.52%
B=59.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21151740.990.3400.32200.5897.7334.51
Hex273AE6322020c96223
Octal21632561434204031114243
Binary1011100111010111011000111000100100000110010011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0273AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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