Html Css Color HEX #01005E Navy

📋 copy color: '#01005E'

red 1 ◦ green 0 ◦ blue 94

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

Shades of Navy #01005E

Tints of Navy #01005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 98.95%

R = 1.05%
G = 0%
B = 98.95%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01005E (or 0x01005E) is known color: Navy. HEX triplet: 01, 00 and 5E. RGB value is (1,0,94). Sum of RGB (Red+Green+Blue) = 1+0+94=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 94 (37.11% from 255 or 98.95% from 95); Max value from RGB is 94 - color contains mainly: blue. Hex color #01005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01005E is #FEFFA1. Grayscale: #0A0A0A. Windows color (decimal): -16711586 or 6160385. OLE color: 6160385.

HSL color Cylindrical-coordinate representation of color #01005E: hue angle of 240.64º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01005E is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 0 94 -
CMYK 0.99 1 0 0.63
HSL 240.64º 1% 0.18% -
HSV(B) 240.64º 1% 0.37% -
XYZ 2.03 0.81 10.64 -
YUV 11.02 174.83 120.86 -
System Red Green Blue C M Y K H S L
Decimal 1 0 94 0.99 1 0 0.63 240.64 1 0.18
Hex 1 0 5E 63 64 0 3F F1 64 12
Octal 1 0 136 143 144 0 77 361 144 22
Binary 1 0 1011110 1100011 1100100 0 111111 11110001 1100100 10010

Color Harmonies of #01005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01005E

Black with #01005E

Text Example


Text Example

White with #01005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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