Html Css Color HEX #110071 Navy

📋 copy color: '#110071'

red 17 ◦ green 0 ◦ blue 113

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

Shades of Navy #110071

Tints of Navy #110071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 86.92%

R = 13.08%
G = 0%
B = 86.92%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#110071 (or 0x110071) is known color: Navy. HEX triplet: 11, 00 and 71. RGB value is (17,0,113). Sum of RGB (Red+Green+Blue) = 17+0+113=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 113 (44.53% from 255 or 86.92% from 130); Max value from RGB is 113 - color contains mainly: blue. Hex color #110071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110071 is #EEFF8E. Grayscale: #111111. Windows color (decimal): -15662991 or 7405585. OLE color: 7405585.

HSL color Cylindrical-coordinate representation of color #110071: hue angle of 249.03º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110071 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 0 113 -
CMYK 0.85 1 0 0.56
HSL 249.03º 1% 0.22% -
HSV(B) 249.03º 1% 0.44% -
XYZ 3.21 1.31 15.71 -
YUV 17.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 17 0 113 0.85 1 0 0.56 249.03 1 0.22
Hex 11 0 71 55 64 0 38 F9 64 16
Octal 21 0 161 125 144 0 70 371 144 26
Binary 10001 0 1110001 1010101 1100100 0 111000 11111001 1100100 10110

Color Harmonies of #110071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110071

Black with #110071

Text Example


Text Example

White with #110071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110071; }

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

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

background-color css

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

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

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

border-color css

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

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

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