Html Css Color HEX #021183 Navy

📋 copy color: '#021183'

red 2 ◦ green 17 ◦ blue 131

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

Shades of Navy #021183

Tints of Navy #021183

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

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

R = 1.33%
G = 11.33%
B = 87.33%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#021183 (or 0x021183) is known color: Navy. HEX triplet: 02, 11 and 83. RGB value is (2,17,131). Sum of RGB (Red+Green+Blue) = 2+17+131=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 131 (51.56% from 255 or 87.33% from 150); Max value from RGB is 131 - color contains mainly: blue. Hex color #021183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021183 is #FDEE7C. Grayscale: #191919. Windows color (decimal): -16641661 or 8589570. OLE color: 8589570.

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

Color convert

RGB 2 17 131 -
CMYK 0.98 0.87 0 0.49
HSL 233.02º 0.97% 0.26% -
HSV(B) 233.02º 0.98% 0.51% -
XYZ 4.32 2.05 21.64 -
YUV 25.51 187.53 111.23 -
System Red Green Blue C M Y K H S L
Decimal 2 17 131 0.98 0.87 0 0.49 233.02 0.97 0.26
Hex 2 11 83 62 57 0 31 E9 61 1A
Octal 2 21 203 142 127 0 61 351 141 32
Binary 10 10001 10000011 1100010 1010111 0 110001 11101001 1100001 11010

Color Harmonies of #021183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021183

Black with #021183

Text Example


Text Example

White with #021183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021183; }

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

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

background-color css

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

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

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

border-color css

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

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

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