Html Css Color HEX #010077 Navy

📋 copy color: '#010077'

red 1 ◦ green 0 ◦ blue 119

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

Shades of Navy #010077

Tints of Navy #010077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 99.17%

R = 0.83%
G = 0%
B = 99.17%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#010077 (or 0x010077) is known color: Navy. HEX triplet: 01, 00 and 77. RGB value is (1,0,119). Sum of RGB (Red+Green+Blue) = 1+0+119=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 119 (46.88% from 255 or 99.17% from 120); Max value from RGB is 119 - color contains mainly: blue. Hex color #010077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010077 is #FEFF88. Grayscale: #0D0D0D. Windows color (decimal): -16711561 or 7798785. OLE color: 7798785.

HSL color Cylindrical-coordinate representation of color #010077: hue angle of 240.5º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010077 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 0 119 -
CMYK 0.99 1 0 0.53
HSL 240.5º 1% 0.23% -
HSV(B) 240.5º 1% 0.47% -
XYZ 3.34 1.34 17.53 -
YUV 13.87 187.33 118.82 -
System Red Green Blue C M Y K H S L
Decimal 1 0 119 0.99 1 0 0.53 240.5 1 0.23
Hex 1 0 77 63 64 0 35 F1 64 17
Octal 1 0 167 143 144 0 65 361 144 27
Binary 1 0 1110111 1100011 1100100 0 110101 11110001 1100100 10111

Color Harmonies of #010077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010077

Black with #010077

Text Example


Text Example

White with #010077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010077; }

 p { color: rgb(1,0,119); }

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

background-color css

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

 a { background-color: rgb(1,0,119); }

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

border-color css

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

 span { border-color: rgb(1,0,119); }

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