Html Css Color HEX #110173 Navy

📋 copy color: '#110173'

red 17 ◦ green 1 ◦ blue 115

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

Shades of Navy #110173

Tints of Navy #110173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 86.47%

R = 12.78%
G = 0.75%
B = 86.47%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#110173 (or 0x110173) is known color: Navy. HEX triplet: 11, 01 and 73. RGB value is (17,1,115). Sum of RGB (Red+Green+Blue) = 17+1+115=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 115 (45.31% from 255 or 86.47% from 133); Max value from RGB is 115 - color contains mainly: blue. Hex color #110173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110173 is #EEFE8C. Grayscale: #121212. Windows color (decimal): -15662733 or 7536913. OLE color: 7536913.

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

Color convert

RGB 17 1 115 -
CMYK 0.85 0.99 0 0.55
HSL 248.42º 0.98% 0.23% -
HSV(B) 248.42º 0.99% 0.45% -
XYZ 3.34 1.38 16.31 -
YUV 18.78 182.3 126.73 -
System Red Green Blue C M Y K H S L
Decimal 17 1 115 0.85 0.99 0 0.55 248.42 0.98 0.23
Hex 11 1 73 55 63 0 37 F8 62 17
Octal 21 1 163 125 143 0 67 370 142 27
Binary 10001 1 1110011 1010101 1100011 0 110111 11111000 1100010 10111

Color Harmonies of #110173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110173

Black with #110173

Text Example


Text Example

White with #110173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110173; }

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

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

background-color css

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

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

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

border-color css

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

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

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