#01005E

Color #01005E Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #01005E

Tints of Navy #01005E

Color information

#01005E (or 0x01005E) is unknown color: approx 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

RGB1094-
CMYK0.99100.63
HSL240.64º100%18.43%-
HSV(B)240.64º100%36.86%-
XYZ2.030.8110.64-
YUV11.02174.83120.86-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal10940.99100.63240.6410018.43
Hex105E636403Ff16412
Octal1013614314407736114422
Binary10101111011000111100100011111111110001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>