#01005C

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

Shades of Navy #01005C

Tints of Navy #01005C

Color information

#01005C (or 0x01005C) is unknown color: approx Navy. HEX triplet: 01, 00 and 5C. RGB value is (1,0,92). Sum of RGB (Red+Green+Blue) = 1+0+92=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 92 (36.33% from 255 or 98.92% from 93); Max value from RGB is 92 - color contains mainly: blue. Hex color #01005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01005C is #FEFFA3. Grayscale: #0A0A0A. Windows color (decimal): -16711588 or 6029313. OLE color: 6029313.

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

Color convert

RGB1092-
CMYK0.99100.64
HSL240.65º100%18.04%-
HSV(B)240.65º100%36.08%-
XYZ1.940.7810.17-
YUV10.79173.83121.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 98.92%
R=1.08%
G=0%
B=98.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal10920.99100.64240.6510018.04
Hex105C6364040f16412
Octal10134143144010036114422
Binary101011100110001111001000100000011110001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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