Html Css Color HEX #110476 Navy

📋 copy color: '#110476'

red 17 ◦ green 4 ◦ blue 118

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

Shades of Navy #110476

Tints of Navy #110476

RGB

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

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

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

R = 12.23%
G = 2.88%
B = 84.89%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#110476 (or 0x110476) is known color: Navy. HEX triplet: 11, 04 and 76. RGB value is (17,4,118). Sum of RGB (Red+Green+Blue) = 17+4+118=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 118 (46.48% from 255 or 84.89% from 139); Max value from RGB is 118 - color contains mainly: blue. Hex color #110476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110476 is #EEFB89. Grayscale: #141414. Windows color (decimal): -15661962 or 7734289. OLE color: 7734289.

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

Color convert

RGB 17 4 118 -
CMYK 0.86 0.97 0 0.54
HSL 246.84º 0.93% 0.24% -
HSV(B) 246.84º 0.97% 0.46% -
XYZ 3.54 1.51 17.24 -
YUV 20.88 182.81 125.23 -
System Red Green Blue C M Y K H S L
Decimal 17 4 118 0.86 0.97 0 0.54 246.84 0.93 0.24
Hex 11 4 76 56 61 0 36 F7 5D 18
Octal 21 4 166 126 141 0 66 367 135 30
Binary 10001 100 1110110 1010110 1100001 0 110110 11110111 1011101 11000

Color Harmonies of #110476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110476

Black with #110476

Text Example


Text Example

White with #110476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110476; }

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

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

background-color css

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

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

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

border-color css

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

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

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