Html Css Color HEX #110879 Navy

📋 copy color: '#110879'

red 17 ◦ green 8 ◦ blue 121

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

Shades of Navy #110879

Tints of Navy #110879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.48%

 BLUE value IS 121 (47.66% from 255) = 82.88%

R = 11.64%
G = 5.48%
B = 82.88%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#110879 (or 0x110879) is known color: Navy. HEX triplet: 11, 08 and 79. RGB value is (17,8,121). Sum of RGB (Red+Green+Blue) = 17+8+121=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 121 (47.66% from 255 or 82.88% from 146); Max value from RGB is 121 - color contains mainly: blue. Hex color #110879 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110879 is #EEF786. Grayscale: #171717. Windows color (decimal): -15660935 or 7931921. OLE color: 7931921.

HSL color Cylindrical-coordinate representation of color #110879: hue angle of 244.78º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110879 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 8 121 -
CMYK 0.86 0.93 0 0.53
HSL 244.78º 0.88% 0.25% -
HSV(B) 244.78º 0.93% 0.47% -
XYZ 3.77 1.67 18.21 -
YUV 23.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 17 8 121 0.86 0.93 0 0.53 244.78 0.88 0.25
Hex 11 8 79 56 5D 0 35 F5 58 19
Octal 21 10 171 126 135 0 65 365 130 31
Binary 10001 1000 1111001 1010110 1011101 0 110101 11110101 1011000 11001

Color Harmonies of #110879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110879

Black with #110879

Text Example


Text Example

White with #110879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110879; }

 p { color: rgb(17,8,121); }

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

background-color css

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

 a { background-color: rgb(17,8,121); }

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

border-color css

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

 span { border-color: rgb(17,8,121); }

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