Html Css Color HEX #0273AB Cerulean

📋 copy color: '#0273AB'

red 2 ◦ green 115 ◦ blue 171

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

Shades of Cerulean #0273AB

Tints of Cerulean #0273AB

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 value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0273AB (or 0x0273AB) is known color: 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

RGB 2 115 171 -
CMYK 0.99 0.33 0 0.33
HSL 199.88º 0.98% 0.34% -
HSV(B) 199.88º 0.99% 0.67% -
XYZ 13.51 15.21 40.75 -
YUV 87.6 175.06 66.95 -
System Red Green Blue C M Y K H S L
Decimal 2 115 171 0.99 0.33 0 0.33 199.88 0.98 0.34
Hex 2 73 AB 63 21 0 21 C8 62 22
Octal 2 163 253 143 41 0 41 310 142 42
Binary 10 1110011 10101011 1100011 100001 0 100001 11001000 1100010 100010

Color Harmonies of #0273AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0273AB

Black with #0273AB

Text Example


Text Example

White with #0273AB

Text Example


Text Example

HTML Codes & Css Web 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>