Html Css Color HEX #010259 Navy

📋 copy color: '#010259'

red 1 ◦ green 2 ◦ blue 89

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

Shades of Navy #010259

Tints of Navy #010259

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 value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 1 2 89 -
CMYK 0.99 0.98 0 0.65
HSL 239.32º 0.98% 0.18% -
HSV(B) 239.32º 0.99% 0.35% -
XYZ 1.84 0.77 9.5 -
YUV 11.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 1 2 89 0.99 0.98 0 0.65 239.32 0.98 0.18
Hex 1 2 59 63 62 0 41 EF 62 12
Octal 1 2 131 143 142 0 101 357 142 22
Binary 1 10 1011001 1100011 1100010 0 1000001 11101111 1100010 10010

Color Harmonies of #010259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010259

Black with #010259

Text Example


Text Example

White with #010259

Text Example


Text Example

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