Html Css Color HEX #110076 Navy

📋 copy color: '#110076'

red 17 ◦ green 0 ◦ blue 118

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

Shades of Navy #110076

Tints of Navy #110076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 87.41%

R = 12.59%
G = 0%
B = 87.41%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#110076 (or 0x110076) is known color: Navy. HEX triplet: 11, 00 and 76. RGB value is (17,0,118). Sum of RGB (Red+Green+Blue) = 17+0+118=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 118 (46.48% from 255 or 87.41% from 135); Max value from RGB is 118 - color contains mainly: blue. Hex color #110076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110076 is #EEFF89. Grayscale: #121212. Windows color (decimal): -15662986 or 7733265. OLE color: 7733265.

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

Color convert

RGB 17 0 118 -
CMYK 0.86 1 0 0.54
HSL 248.64º 1% 0.23% -
HSV(B) 248.64º 1% 0.46% -
XYZ 3.5 1.43 17.23 -
YUV 18.54 184.13 126.91 -
System Red Green Blue C M Y K H S L
Decimal 17 0 118 0.86 1 0 0.54 248.64 1 0.23
Hex 11 0 76 56 64 0 36 F9 64 17
Octal 21 0 166 126 144 0 66 371 144 27
Binary 10001 0 1110110 1010110 1100100 0 110110 11111001 1100100 10111

Color Harmonies of #110076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110076

Black with #110076

Text Example


Text Example

White with #110076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110076; }

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

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

background-color css

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

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

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

border-color css

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

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

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