Html Css Color HEX #021273 Navy

📋 copy color: '#021273'

red 2 ◦ green 18 ◦ blue 115

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

Shades of Navy #021273

Tints of Navy #021273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.33%

 BLUE value IS 115 (45.31% from 255) = 85.19%

R = 1.48%
G = 13.33%
B = 85.19%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021273 (or 0x021273) is known color: Navy. HEX triplet: 02, 12 and 73. RGB value is (2,18,115). Sum of RGB (Red+Green+Blue) = 2+18+115=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 115 (45.31% from 255 or 85.19% from 135); Max value from RGB is 115 - color contains mainly: blue. Hex color #021273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021273 is #FDED8C. Grayscale: #171717. Windows color (decimal): -16641421 or 7541250. OLE color: 7541250.

HSL color Cylindrical-coordinate representation of color #021273: hue angle of 231.5º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021273 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 18 115 -
CMYK 0.98 0.84 0 0.55
HSL 231.5º 0.97% 0.23% -
HSV(B) 231.5º 0.98% 0.45% -
XYZ 3.34 1.68 16.37 -
YUV 24.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 2 18 115 0.98 0.84 0 0.55 231.5 0.97 0.23
Hex 2 12 73 62 54 0 37 E8 61 17
Octal 2 22 163 142 124 0 67 350 141 27
Binary 10 10010 1110011 1100010 1010100 0 110111 11101000 1100001 10111

Color Harmonies of #021273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021273

Black with #021273

Text Example


Text Example

White with #021273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021273; }

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

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

background-color css

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

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

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

border-color css

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

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

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