Html Css Color HEX #110170 Navy

📋 copy color: '#110170'

red 17 ◦ green 1 ◦ blue 112

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

Shades of Navy #110170

Tints of Navy #110170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.77%

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

R = 13.08%
G = 0.77%
B = 86.15%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#110170 (or 0x110170) is known color: Navy. HEX triplet: 11, 01 and 70. RGB value is (17,1,112). Sum of RGB (Red+Green+Blue) = 17+1+112=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 112 (44.14% from 255 or 86.15% from 130); Max value from RGB is 112 - color contains mainly: blue. Hex color #110170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110170 is #EEFE8F. Grayscale: #121212. Windows color (decimal): -15662736 or 7340305. OLE color: 7340305.

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

Color convert

RGB 17 1 112 -
CMYK 0.85 0.99 0 0.56
HSL 248.65º 0.98% 0.22% -
HSV(B) 248.65º 0.99% 0.44% -
XYZ 3.17 1.31 15.42 -
YUV 18.44 180.8 126.97 -
System Red Green Blue C M Y K H S L
Decimal 17 1 112 0.85 0.99 0 0.56 248.65 0.98 0.22
Hex 11 1 70 55 63 0 38 F9 62 16
Octal 21 1 160 125 143 0 70 371 142 26
Binary 10001 1 1110000 1010101 1100011 0 111000 11111001 1100010 10110

Color Harmonies of #110170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110170

Black with #110170

Text Example


Text Example

White with #110170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110170; }

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

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

background-color css

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

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

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

border-color css

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

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

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