Html Css Color HEX #110577 Navy

📋 copy color: '#110577'

red 17 ◦ green 5 ◦ blue 119

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

Shades of Navy #110577

Tints of Navy #110577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

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

R = 12.06%
G = 3.55%
B = 84.4%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#110577 (or 0x110577) is known color: Navy. HEX triplet: 11, 05 and 77. RGB value is (17,5,119). Sum of RGB (Red+Green+Blue) = 17+5+119=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 119 (46.88% from 255 or 84.40% from 141); Max value from RGB is 119 - color contains mainly: blue. Hex color #110577 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110577 is #EEFA88. Grayscale: #151515. Windows color (decimal): -15661705 or 7800081. OLE color: 7800081.

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

Color convert

RGB 17 5 119 -
CMYK 0.86 0.96 0 0.53
HSL 246.32º 0.92% 0.24% -
HSV(B) 246.32º 0.96% 0.47% -
XYZ 3.62 1.56 17.56 -
YUV 21.58 182.98 124.73 -
System Red Green Blue C M Y K H S L
Decimal 17 5 119 0.86 0.96 0 0.53 246.32 0.92 0.24
Hex 11 5 77 56 60 0 35 F6 5C 18
Octal 21 5 167 126 140 0 65 366 134 30
Binary 10001 101 1110111 1010110 1100000 0 110101 11110110 1011100 11000

Color Harmonies of #110577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110577

Black with #110577

Text Example


Text Example

White with #110577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110577; }

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

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

background-color css

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

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

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

border-color css

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

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

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