Html Css Color HEX #021075 Navy

📋 copy color: '#021075'

red 2 ◦ green 16 ◦ blue 117

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

Shades of Navy #021075

Tints of Navy #021075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.85%

 BLUE value IS 117 (46.09% from 255) = 86.67%

R = 1.48%
G = 11.85%
B = 86.67%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#021075 (or 0x021075) is known color: Navy. HEX triplet: 02, 10 and 75. RGB value is (2,16,117). Sum of RGB (Red+Green+Blue) = 2+16+117=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 117 (46.09% from 255 or 86.67% from 135); Max value from RGB is 117 - color contains mainly: blue. Hex color #021075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021075 is #FDEF8A. Grayscale: #161616. Windows color (decimal): -16641931 or 7671810. OLE color: 7671810.

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

Color convert

RGB 2 16 117 -
CMYK 0.98 0.86 0 0.54
HSL 232.7º 0.97% 0.23% -
HSV(B) 232.7º 0.98% 0.46% -
XYZ 3.42 1.67 16.97 -
YUV 23.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 2 16 117 0.98 0.86 0 0.54 232.7 0.97 0.23
Hex 2 10 75 62 56 0 36 E9 61 17
Octal 2 20 165 142 126 0 66 351 141 27
Binary 10 10000 1110101 1100010 1010110 0 110110 11101001 1100001 10111

Color Harmonies of #021075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021075

Black with #021075

Text Example


Text Example

White with #021075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021075; }

 p { color: rgb(2,16,117); }

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

background-color css

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

 a { background-color: rgb(2,16,117); }

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

border-color css

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

 span { border-color: rgb(2,16,117); }

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