Html Css Color HEX #01005B Navy

📋 copy color: '#01005B'

red 1 ◦ green 0 ◦ blue 91

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

Shades of Navy #01005B

Tints of Navy #01005B

RGB

 RED value IS 1 (0.78% from 255) = 1.09%

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

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

R = 1.09%
G = 0%
B = 98.91%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01005B (or 0x01005B) is known color: Navy. HEX triplet: 01, 00 and 5B. RGB value is (1,0,91). Sum of RGB (Red+Green+Blue) = 1+0+91=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 91 (35.94% from 255 or 98.91% from 92); Max value from RGB is 91 - color contains mainly: blue. Hex color #01005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01005B is #FEFFA4. Grayscale: #0A0A0A. Windows color (decimal): -16711589 or 5963777. OLE color: 5963777.

HSL color Cylindrical-coordinate representation of color #01005B: hue angle of 240.66º 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 #01005B is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 0 91 -
CMYK 0.99 1 0 0.64
HSL 240.66º 1% 0.18% -
HSV(B) 240.66º 1% 0.36% -
XYZ 1.9 0.76 9.94 -
YUV 10.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 1 0 91 0.99 1 0 0.64 240.66 1 0.18
Hex 1 0 5B 63 64 0 40 F1 64 12
Octal 1 0 133 143 144 0 100 361 144 22
Binary 1 0 1011011 1100011 1100100 0 1000000 11110001 1100100 10010

Color Harmonies of #01005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01005B

Black with #01005B

Text Example


Text Example

White with #01005B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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