Html Css Color HEX #010359 Navy

📋 copy color: '#010359'

red 1 ◦ green 3 ◦ blue 89

#010359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #010359

Tints of Navy #010359

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.7%

R = 1.08%
G = 3.23%
B = 95.7%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#010359 (or 0x010359) is known color: 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

RGB 1 3 89 -
CMYK 0.99 0.97 0 0.65
HSL 238.64º 0.98% 0.18% -
HSV(B) 238.64º 0.99% 0.35% -
XYZ 1.85 0.79 9.51 -
YUV 12.21 171.34 120.01 -
System Red Green Blue C M Y K H S L
Decimal 1 3 89 0.99 0.97 0 0.65 238.64 0.98 0.18
Hex 1 3 59 63 61 0 41 EF 62 12
Octal 1 3 131 143 141 0 101 357 142 22
Binary 1 11 1011001 1100011 1100001 0 1000001 11101111 1100010 10010

Color Harmonies of #010359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010359

Black with #010359

Text Example


Text Example

White with #010359

Text Example


Text Example

HTML Codes & Css Web 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>