Html Css Color HEX #02005B Navy

📋 copy color: '#02005B'

red 2 ◦ green 0 ◦ blue 91

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

Shades of Navy #02005B

Tints of Navy #02005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 91 (35.94% from 255) = 97.85%

R = 2.15%
G = 0%
B = 97.85%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02005B (or 0x02005B) is known color: Navy. HEX triplet: 02, 00 and 5B. RGB value is (2,0,91). Sum of RGB (Red+Green+Blue) = 2+0+91=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 91 (35.94% from 255 or 97.85% from 93); Max value from RGB is 91 - color contains mainly: blue. Hex color #02005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02005B is #FDFFA4. Grayscale: #0A0A0A. Windows color (decimal): -16646053 or 5963778. OLE color: 5963778.

HSL color Cylindrical-coordinate representation of color #02005B: hue angle of 241.32º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02005B is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 0 91 -
CMYK 0.98 1 0 0.64
HSL 241.32º 1% 0.18% -
HSV(B) 241.32º 1% 0.36% -
XYZ 1.91 0.77 9.94 -
YUV 10.97 173.16 121.6 -
System Red Green Blue C M Y K H S L
Decimal 2 0 91 0.98 1 0 0.64 241.32 1 0.18
Hex 2 0 5B 62 64 0 40 F1 64 12
Octal 2 0 133 142 144 0 100 361 144 22
Binary 10 0 1011011 1100010 1100100 0 1000000 11110001 1100100 10010

Color Harmonies of #02005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02005B

Black with #02005B

Text Example


Text Example

White with #02005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02005B; }

 p { color: rgb(2,0,91); }

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

background-color css

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

 a { background-color: rgb(2,0,91); }

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

border-color css

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

 span { border-color: rgb(2,0,91); }

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