Html Css Color HEX #011180 Navy

📋 copy color: '#011180'

red 1 ◦ green 17 ◦ blue 128

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

Shades of Navy #011180

Tints of Navy #011180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.64%

 BLUE value IS 128 (50.39% from 255) = 87.67%

R = 0.68%
G = 11.64%
B = 87.67%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#011180 (or 0x011180) is known color: Navy. HEX triplet: 01, 11 and 80. RGB value is (1,17,128). Sum of RGB (Red+Green+Blue) = 1+17+128=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 128 (50.39% from 255 or 87.67% from 146); Max value from RGB is 128 - color contains mainly: blue. Hex color #011180 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011180 is #FEEE7F. Grayscale: #181818. Windows color (decimal): -16707200 or 8392961. OLE color: 8392961.

HSL color Cylindrical-coordinate representation of color #011180: hue angle of 232.44º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011180 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 17 128 -
CMYK 0.99 0.87 0 0.50
HSL 232.44º 0.98% 0.25% -
HSV(B) 232.44º 0.99% 0.5% -
XYZ 4.11 1.97 20.58 -
YUV 24.87 186.2 110.97 -
System Red Green Blue C M Y K H S L
Decimal 1 17 128 0.99 0.87 0 0.50 232.44 0.98 0.25
Hex 1 11 80 63 57 0 32 E8 62 19
Octal 1 21 200 143 127 0 62 350 142 31
Binary 1 10001 10000000 1100011 1010111 0 110010 11101000 1100010 11001

Color Harmonies of #011180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011180

Black with #011180

Text Example


Text Example

White with #011180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011180; }

 p { color: rgb(1,17,128); }

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

background-color css

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

 a { background-color: rgb(1,17,128); }

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

border-color css

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

 span { border-color: rgb(1,17,128); }

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