Html Css Color HEX #0273A9 Cerulean

📋 copy color: '#0273A9'

red 2 ◦ green 115 ◦ blue 169

#0273A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0273A9

Tints of Cerulean #0273A9

RGB

 RED value IS 2 (1.17% from 255) = 0.7%

 GREEN value IS 115 (45.31% from 255) = 40.21%

 BLUE value IS 169 (66.41% from 255) = 59.09%

R = 0.7%
G = 40.21%
B = 59.09%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0273A9 (or 0x0273A9) is known color: Cerulean. HEX triplet: 02, 73 and A9. RGB value is (2,115,169). Sum of RGB (Red+Green+Blue) = 2+115+169=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #0273A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0273A9 is #FD8C56. Grayscale: #575757. Windows color (decimal): -16616535 or 11105026. OLE color: 11105026.

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

Color convert

RGB 2 115 169 -
CMYK 0.99 0.32 0 0.34
HSL 199.4º 0.98% 0.34% -
HSV(B) 199.4º 0.99% 0.66% -
XYZ 13.32 15.14 39.76 -
YUV 87.37 174.06 67.11 -
System Red Green Blue C M Y K H S L
Decimal 2 115 169 0.99 0.32 0 0.34 199.4 0.98 0.34
Hex 2 73 A9 63 20 0 22 C7 62 22
Octal 2 163 251 143 40 0 42 307 142 42
Binary 10 1110011 10101001 1100011 100000 0 100010 11000111 1100010 100010

Color Harmonies of #0273A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0273A9

Black with #0273A9

Text Example


Text Example

White with #0273A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0273A9;
 }
 .AnyTagClassName
 {
   color: #0273A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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