Html Css Color HEX #02017F Navy

📋 copy color: '#02017F'

red 2 ◦ green 1 ◦ blue 127

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

Shades of Navy #02017F

Tints of Navy #02017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 97.69%

R = 1.54%
G = 0.77%
B = 97.69%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#02017F (or 0x02017F) is known color: Navy. HEX triplet: 02, 01 and 7F. RGB value is (2,1,127). Sum of RGB (Red+Green+Blue) = 2+1+127=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 127 (50% from 255 or 97.69% from 130); Max value from RGB is 127 - color contains mainly: blue. Hex color #02017F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02017F is #FDFE80. Grayscale: #0F0F0F. Windows color (decimal): -16645761 or 8323330. OLE color: 8323330.

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

Color convert

RGB 2 1 127 -
CMYK 0.98 0.99 0 0.50
HSL 240.48º 0.98% 0.25% -
HSV(B) 240.48º 0.99% 0.5% -
XYZ 3.87 1.57 20.18 -
YUV 15.66 190.83 118.25 -
System Red Green Blue C M Y K H S L
Decimal 2 1 127 0.98 0.99 0 0.50 240.48 0.98 0.25
Hex 2 1 7F 62 63 0 32 F0 62 19
Octal 2 1 177 142 143 0 62 360 142 31
Binary 10 1 1111111 1100010 1100011 0 110010 11110000 1100010 11001

Color Harmonies of #02017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02017F

Black with #02017F

Text Example


Text Example

White with #02017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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