Html Css Color HEX #110575 Navy

📋 copy color: '#110575'

red 17 ◦ green 5 ◦ blue 117

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

Shades of Navy #110575

Tints of Navy #110575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 84.17%

R = 12.23%
G = 3.6%
B = 84.17%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#110575 (or 0x110575) is known color: Navy. HEX triplet: 11, 05 and 75. RGB value is (17,5,117). Sum of RGB (Red+Green+Blue) = 17+5+117=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 117 (46.09% from 255 or 84.17% from 139); Max value from RGB is 117 - color contains mainly: blue. Hex color #110575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110575 is #EEFA8A. Grayscale: #141414. Windows color (decimal): -15661707 or 7669009. OLE color: 7669009.

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

Color convert

RGB 17 5 117 -
CMYK 0.85 0.96 0 0.54
HSL 246.43º 0.92% 0.24% -
HSV(B) 246.43º 0.96% 0.46% -
XYZ 3.5 1.51 16.94 -
YUV 21.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 17 5 117 0.85 0.96 0 0.54 246.43 0.92 0.24
Hex 11 5 75 55 60 0 36 F6 5C 18
Octal 21 5 165 125 140 0 66 366 134 30
Binary 10001 101 1110101 1010101 1100000 0 110110 11110110 1011100 11000

Color Harmonies of #110575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110575

Black with #110575

Text Example


Text Example

White with #110575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110575; }

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

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

background-color css

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

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

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

border-color css

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

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

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