Html Css Color HEX #021983 Navy

📋 copy color: '#021983'

red 2 ◦ green 25 ◦ blue 131

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

Shades of Navy #021983

Tints of Navy #021983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.82%

 BLUE value IS 131 (51.56% from 255) = 82.91%

R = 1.27%
G = 15.82%
B = 82.91%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#021983 (or 0x021983) is known color: Navy. HEX triplet: 02, 19 and 83. RGB value is (2,25,131). Sum of RGB (Red+Green+Blue) = 2+25+131=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 131 (51.56% from 255 or 82.91% from 158); Max value from RGB is 131 - color contains mainly: blue. Hex color #021983 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021983 is #FDE67C. Grayscale: #1D1D1D. Windows color (decimal): -16639613 or 8591618. OLE color: 8591618.

HSL color Cylindrical-coordinate representation of color #021983: hue angle of 229.3º 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 #021983 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 25 131 -
CMYK 0.98 0.81 0 0.49
HSL 229.3º 0.97% 0.26% -
HSV(B) 229.3º 0.98% 0.51% -
XYZ 4.47 2.35 21.69 -
YUV 30.21 184.88 107.88 -
System Red Green Blue C M Y K H S L
Decimal 2 25 131 0.98 0.81 0 0.49 229.3 0.97 0.26
Hex 2 19 83 62 51 0 31 E5 61 1A
Octal 2 31 203 142 121 0 61 345 141 32
Binary 10 11001 10000011 1100010 1010001 0 110001 11100101 1100001 11010

Color Harmonies of #021983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021983

Black with #021983

Text Example


Text Example

White with #021983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021983; }

 p { color: rgb(2,25,131); }

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

background-color css

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

 a { background-color: rgb(2,25,131); }

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

border-color css

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

 span { border-color: rgb(2,25,131); }

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