Html Css Color HEX #021185 Navy

📋 copy color: '#021185'

red 2 ◦ green 17 ◦ blue 133

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

Shades of Navy #021185

Tints of Navy #021185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 87.5%

R = 1.32%
G = 11.18%
B = 87.5%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#021185 (or 0x021185) is known color: Navy. HEX triplet: 02, 11 and 85. RGB value is (2,17,133). Sum of RGB (Red+Green+Blue) = 2+17+133=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 133 (52.34% from 255 or 87.5% from 152); Max value from RGB is 133 - color contains mainly: blue. Hex color #021185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #021185 is #FDEE7A. Grayscale: #191919. Windows color (decimal): -16641659 or 8720642. OLE color: 8720642.

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

Color convert

RGB 2 17 133 -
CMYK 0.98 0.87 0 0.48
HSL 233.13º 0.97% 0.26% -
HSV(B) 233.13º 0.98% 0.52% -
XYZ 4.46 2.11 22.36 -
YUV 25.74 188.53 111.07 -
System Red Green Blue C M Y K H S L
Decimal 2 17 133 0.98 0.87 0 0.48 233.13 0.97 0.26
Hex 2 11 85 62 57 0 30 E9 61 1A
Octal 2 21 205 142 127 0 60 351 141 32
Binary 10 10001 10000101 1100010 1010111 0 110000 11101001 1100001 11010

Color Harmonies of #021185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021185

Black with #021185

Text Example


Text Example

White with #021185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021185; }

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

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

background-color css

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

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

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

border-color css

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

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

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