Html Css Color HEX #110070 Navy

📋 copy color: '#110070'

red 17 ◦ green 0 ◦ blue 112

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

Shades of Navy #110070

Tints of Navy #110070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 86.82%

R = 13.18%
G = 0%
B = 86.82%

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

#110070 (or 0x110070) is known color: Navy. HEX triplet: 11, 00 and 70. RGB value is (17,0,112). Sum of RGB (Red+Green+Blue) = 17+0+112=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 112 (44.14% from 255 or 86.82% from 129); Max value from RGB is 112 - color contains mainly: blue. Hex color #110070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110070 is #EEFF8F. Grayscale: #111111. Windows color (decimal): -15662992 or 7340049. OLE color: 7340049.

HSL color Cylindrical-coordinate representation of color #110070: hue angle of 249.11º 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 #110070 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 0 112 -
CMYK 0.85 1 0 0.56
HSL 249.11º 1% 0.22% -
HSV(B) 249.11º 1% 0.44% -
XYZ 3.16 1.29 15.41 -
YUV 17.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 17 0 112 0.85 1 0 0.56 249.11 1 0.22
Hex 11 0 70 55 64 0 38 F9 64 16
Octal 21 0 160 125 144 0 70 371 144 26
Binary 10001 0 1110000 1010101 1100100 0 111000 11111001 1100100 10110

Color Harmonies of #110070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110070

Black with #110070

Text Example


Text Example

White with #110070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110070; }

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

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

background-color css

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

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

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

border-color css

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

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

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