#010359

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

Shades of Navy #010359

Tints of Navy #010359

Color information

#010359 (or 0x010359) is unknown color: approx Navy. HEX triplet: 01, 03 and 59. RGB value is (1,3,89). Sum of RGB (Red+Green+Blue) = 1+3+89=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 89 (35.16% from 255 or 95.70% from 93); Max value from RGB is 89 - color contains mainly: blue. Hex color #010359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010359 is #FEFCA6. Grayscale: #0B0B0B. Windows color (decimal): -16710823 or 5833473. OLE color: 5833473.

HSL color Cylindrical-coordinate representation of color #010359: hue angle of 238.64º 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 #010359 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB1389-
CMYK0.990.9700.65
HSL238.64º97.78%17.65%-
HSV(B)238.64º98.88%34.9%-
XYZ1.850.799.51-
YUV12.21171.34120.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 89 (35.16% from 255) = 95.70%
R=1.08%
G=3.23%
B=95.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal13890.990.9700.65238.6497.7817.65
Hex13596361041ef6212
Octal13131143141010135714222
Binary1111011001110001111000010100000111101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010359; }

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

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

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

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

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

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

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

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