Html Css Color HEX #110077 Navy

📋 copy color: '#110077'

red 17 ◦ green 0 ◦ blue 119

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

Shades of Navy #110077

Tints of Navy #110077

RGB

 RED value IS 17 (7.03% from 255) = 12.5%

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

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

R = 12.5%
G = 0%
B = 87.5%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#110077 (or 0x110077) is known color: Navy. HEX triplet: 11, 00 and 77. RGB value is (17,0,119). Sum of RGB (Red+Green+Blue) = 17+0+119=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 119 (46.88% from 255 or 87.5% from 136); Max value from RGB is 119 - color contains mainly: blue. Hex color #110077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110077 is #EEFF88. Grayscale: #121212. Windows color (decimal): -15662985 or 7798801. OLE color: 7798801.

HSL color Cylindrical-coordinate representation of color #110077: hue angle of 248.57º 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 #110077 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 0 119 -
CMYK 0.86 1 0 0.53
HSL 248.57º 1% 0.23% -
HSV(B) 248.57º 1% 0.47% -
XYZ 3.56 1.45 17.55 -
YUV 18.65 184.63 126.82 -
System Red Green Blue C M Y K H S L
Decimal 17 0 119 0.86 1 0 0.53 248.57 1 0.23
Hex 11 0 77 56 64 0 35 F9 64 17
Octal 21 0 167 126 144 0 65 371 144 27
Binary 10001 0 1110111 1010110 1100100 0 110101 11111001 1100100 10111

Color Harmonies of #110077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110077

Black with #110077

Text Example


Text Example

White with #110077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110077; }

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

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

background-color css

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

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

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

border-color css

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

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

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