Html Css Color HEX #021374 Navy

📋 copy color: '#021374'

red 2 ◦ green 19 ◦ blue 116

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

Shades of Navy #021374

Tints of Navy #021374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.87%

 BLUE value IS 116 (45.7% from 255) = 84.67%

R = 1.46%
G = 13.87%
B = 84.67%

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

#021374 (or 0x021374) is known color: Navy. HEX triplet: 02, 13 and 74. RGB value is (2,19,116). Sum of RGB (Red+Green+Blue) = 2+19+116=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 116 (45.70% from 255 or 84.67% from 137); Max value from RGB is 116 - color contains mainly: blue. Hex color #021374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021374 is #FDEC8B. Grayscale: #181818. Windows color (decimal): -16641164 or 7607042. OLE color: 7607042.

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

Color convert

RGB 2 19 116 -
CMYK 0.98 0.84 0 0.55
HSL 231.05º 0.97% 0.23% -
HSV(B) 231.05º 0.98% 0.45% -
XYZ 3.41 1.74 16.68 -
YUV 24.98 179.37 111.61 -
System Red Green Blue C M Y K H S L
Decimal 2 19 116 0.98 0.84 0 0.55 231.05 0.97 0.23
Hex 2 13 74 62 54 0 37 E7 61 17
Octal 2 23 164 142 124 0 67 347 141 27
Binary 10 10011 1110100 1100010 1010100 0 110111 11100111 1100001 10111

Color Harmonies of #021374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021374

Black with #021374

Text Example


Text Example

White with #021374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021374; }

 p { color: rgb(2,19,116); }

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

background-color css

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

 a { background-color: rgb(2,19,116); }

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

border-color css

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

 span { border-color: rgb(2,19,116); }

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