Html Css Color HEX #010459 Navy

📋 copy color: '#010459'

red 1 ◦ green 4 ◦ blue 89

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

Shades of Navy #010459

Tints of Navy #010459

RGB

 RED value IS 1 (0.78% from 255) = 1.06%

 GREEN value IS 4 (1.95% from 255) = 4.26%

 BLUE value IS 89 (35.16% from 255) = 94.68%

R = 1.06%
G = 4.26%
B = 94.68%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#010459 (or 0x010459) is known color: Navy. HEX triplet: 01, 04 and 59. RGB value is (1,4,89). Sum of RGB (Red+Green+Blue) = 1+4+89=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 89 (35.16% from 255 or 94.68% from 94); Max value from RGB is 89 - color contains mainly: blue. Hex color #010459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010459 is #FEFBA6. Grayscale: #0C0C0C. Windows color (decimal): -16710567 or 5833729. OLE color: 5833729.

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

Color convert

RGB 1 4 89 -
CMYK 0.99 0.96 0 0.65
HSL 237.95º 0.98% 0.18% -
HSV(B) 237.95º 0.99% 0.35% -
XYZ 1.86 0.81 9.51 -
YUV 12.79 171.01 119.59 -
System Red Green Blue C M Y K H S L
Decimal 1 4 89 0.99 0.96 0 0.65 237.95 0.98 0.18
Hex 1 4 59 63 60 0 41 EE 62 12
Octal 1 4 131 143 140 0 101 356 142 22
Binary 1 100 1011001 1100011 1100000 0 1000001 11101110 1100010 10010

Color Harmonies of #010459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010459

Black with #010459

Text Example


Text Example

White with #010459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010459; }

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

 H1.HeaderClassName
 {
   color: #010459;
 }
 .AnyTagClassName
 {
   color: #010459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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