Html Css Color HEX #02016F Navy

📋 copy color: '#02016F'

red 2 ◦ green 1 ◦ blue 111

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

Shades of Navy #02016F

Tints of Navy #02016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 111 (43.75% from 255) = 97.37%

R = 1.75%
G = 0.88%
B = 97.37%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#02016F (or 0x02016F) is known color: Navy. HEX triplet: 02, 01 and 6F. RGB value is (2,1,111). Sum of RGB (Red+Green+Blue) = 2+1+111=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 111 (43.75% from 255 or 97.37% from 114); Max value from RGB is 111 - color contains mainly: blue. Hex color #02016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02016F is #FDFE90. Grayscale: #0D0D0D. Windows color (decimal): -16645777 or 7274754. OLE color: 7274754.

HSL color Cylindrical-coordinate representation of color #02016F: hue angle of 240.55º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02016F is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 1 111 -
CMYK 0.98 0.99 0 0.56
HSL 240.55º 0.98% 0.22% -
HSV(B) 240.55º 0.99% 0.44% -
XYZ 2.91 1.18 15.11 -
YUV 13.84 182.83 119.56 -
System Red Green Blue C M Y K H S L
Decimal 2 1 111 0.98 0.99 0 0.56 240.55 0.98 0.22
Hex 2 1 6F 62 63 0 38 F1 62 16
Octal 2 1 157 142 143 0 70 361 142 26
Binary 10 1 1101111 1100010 1100011 0 111000 11110001 1100010 10110

Color Harmonies of #02016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02016F

Black with #02016F

Text Example


Text Example

White with #02016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02016F; }

 p { color: rgb(2,1,111); }

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

background-color css

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

 a { background-color: rgb(2,1,111); }

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

border-color css

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

 span { border-color: rgb(2,1,111); }

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