#01005D

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

Shades of Navy #01005D

Tints of Navy #01005D

Color information

#01005D (or 0x01005D) is unknown color: approx Navy. HEX triplet: 01, 00 and 5D. RGB value is (1,0,93). Sum of RGB (Red+Green+Blue) = 1+0+93=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 93 (36.72% from 255 or 98.94% from 94); Max value from RGB is 93 - color contains mainly: blue. Hex color #01005D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01005D is #FEFFA2. Grayscale: #0A0A0A. Windows color (decimal): -16711587 or 6094849. OLE color: 6094849.

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

Color convert

RGB1093-
CMYK0.99100.64
HSL240.65º100%18.24%-
HSV(B)240.65º100%36.47%-
XYZ1.990.810.4-
YUV10.9174.33120.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 98.94%
R=1.06%
G=0%
B=98.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal10930.99100.64240.6510018.24
Hex105D6364040f16412
Octal10135143144010036114422
Binary101011101110001111001000100000011110001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01005D;
 }
 .AnyTagClassName
 {
   color: #01005D;
 }
</style>
background-color css

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

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

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

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

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

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