#010059

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

Shades of Navy #010059

Tints of Navy #010059

Color information

#010059 (or 0x010059) is unknown color: approx Navy. HEX triplet: 01, 00 and 59. RGB value is (1,0,89). Sum of RGB (Red+Green+Blue) = 1+0+89=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 89 (35.16% from 255 or 98.89% from 90); Max value from RGB is 89 - color contains mainly: blue. Hex color #010059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010059 is #FEFFA6. Grayscale: #0A0A0A. Windows color (decimal): -16711591 or 5832705. OLE color: 5832705.

HSL color Cylindrical-coordinate representation of color #010059: hue angle of 240.67º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010059 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB1089-
CMYK0.99100.65
HSL240.67º100%17.45%-
HSV(B)240.67º100%34.9%-
XYZ1.820.739.5-
YUV10.44172.33121.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 98.89%
R=1.11%
G=0%
B=98.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal10890.99100.65240.6710017.45
Hex10596364041f16411
Octal10131143144010136114421
Binary101011001110001111001000100000111110001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010059; }

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

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

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

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

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

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

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

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