#010259

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

Shades of Navy #010259

Tints of Navy #010259

Color information

#010259 (or 0x010259) is unknown color: approx Navy. HEX triplet: 01, 02 and 59. RGB value is (1,2,89). Sum of RGB (Red+Green+Blue) = 1+2+89=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 89 (35.16% from 255 or 96.74% from 92); Max value from RGB is 89 - color contains mainly: blue. Hex color #010259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010259 is #FEFDA6. Grayscale: #0B0B0B. Windows color (decimal): -16711079 or 5833217. OLE color: 5833217.

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

Color convert

RGB1289-
CMYK0.990.9800.65
HSL239.32º97.78%17.65%-
HSV(B)239.32º98.88%34.9%-
XYZ1.840.779.5-
YUV11.62171.67120.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 89 (35.16% from 255) = 96.74%
R=1.09%
G=2.17%
B=96.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal12890.990.9800.65239.3297.7817.65
Hex12596362041ef6212
Octal12131143142010135714222
Binary1101011001110001111000100100000111101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010259; }

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

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

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

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

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

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

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

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