Html Css Color HEX #021282 Navy

📋 copy color: '#021282'

red 2 ◦ green 18 ◦ blue 130

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

Shades of Navy #021282

Tints of Navy #021282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 86.67%

R = 1.33%
G = 12%
B = 86.67%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#021282 (or 0x021282) is known color: Navy. HEX triplet: 02, 12 and 82. RGB value is (2,18,130). Sum of RGB (Red+Green+Blue) = 2+18+130=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 130 (51.17% from 255 or 86.67% from 150); Max value from RGB is 130 - color contains mainly: blue. Hex color #021282 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021282 is #FDED7D. Grayscale: #191919. Windows color (decimal): -16641406 or 8524290. OLE color: 8524290.

HSL color Cylindrical-coordinate representation of color #021282: hue angle of 232.5º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021282 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 18 130 -
CMYK 0.98 0.86 0 0.49
HSL 232.5º 0.97% 0.26% -
HSV(B) 232.5º 0.98% 0.51% -
XYZ 4.27 2.06 21.29 -
YUV 25.98 186.7 110.89 -
System Red Green Blue C M Y K H S L
Decimal 2 18 130 0.98 0.86 0 0.49 232.5 0.97 0.26
Hex 2 12 82 62 56 0 31 E8 61 1A
Octal 2 22 202 142 126 0 61 350 141 32
Binary 10 10010 10000010 1100010 1010110 0 110001 11101000 1100001 11010

Color Harmonies of #021282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021282

Black with #021282

Text Example


Text Example

White with #021282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021282; }

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

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

background-color css

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

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

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

border-color css

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

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

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