Html Css Color HEX #02016E Navy

📋 copy color: '#02016E'

red 2 ◦ green 1 ◦ blue 110

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

Shades of Navy #02016E

Tints of Navy #02016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 97.35%

R = 1.77%
G = 0.88%
B = 97.35%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02016E (or 0x02016E) is known color: Navy. HEX triplet: 02, 01 and 6E. RGB value is (2,1,110). Sum of RGB (Red+Green+Blue) = 2+1+110=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 110 (43.36% from 255 or 97.35% from 113); Max value from RGB is 110 - color contains mainly: blue. Hex color #02016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02016E is #FDFE91. Grayscale: #0D0D0D. Windows color (decimal): -16645778 or 7209218. OLE color: 7209218.

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

Color convert

RGB 2 1 110 -
CMYK 0.98 0.99 0 0.57
HSL 240.55º 0.98% 0.22% -
HSV(B) 240.55º 0.99% 0.43% -
XYZ 2.85 1.16 14.83 -
YUV 13.73 182.33 119.64 -
System Red Green Blue C M Y K H S L
Decimal 2 1 110 0.98 0.99 0 0.57 240.55 0.98 0.22
Hex 2 1 6E 62 63 0 39 F1 62 16
Octal 2 1 156 142 143 0 71 361 142 26
Binary 10 1 1101110 1100010 1100011 0 111001 11110001 1100010 10110

Color Harmonies of #02016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02016E

Black with #02016E

Text Example


Text Example

White with #02016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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