Html Css Color HEX #110172 Navy

📋 copy color: '#110172'

red 17 ◦ green 1 ◦ blue 114

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

Shades of Navy #110172

Tints of Navy #110172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 86.36%

R = 12.88%
G = 0.76%
B = 86.36%

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

#110172 (or 0x110172) is known color: Navy. HEX triplet: 11, 01 and 72. RGB value is (17,1,114). Sum of RGB (Red+Green+Blue) = 17+1+114=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 114 (44.92% from 255 or 86.36% from 132); Max value from RGB is 114 - color contains mainly: blue. Hex color #110172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110172 is #EEFE8D. Grayscale: #121212. Windows color (decimal): -15662734 or 7471377. OLE color: 7471377.

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

Color convert

RGB 17 1 114 -
CMYK 0.85 0.99 0 0.55
HSL 248.5º 0.98% 0.23% -
HSV(B) 248.5º 0.99% 0.45% -
XYZ 3.28 1.36 16.01 -
YUV 18.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 17 1 114 0.85 0.99 0 0.55 248.5 0.98 0.23
Hex 11 1 72 55 63 0 37 F8 62 17
Octal 21 1 162 125 143 0 67 370 142 27
Binary 10001 1 1110010 1010101 1100011 0 110111 11111000 1100010 10111

Color Harmonies of #110172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110172

Black with #110172

Text Example


Text Example

White with #110172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110172; }

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

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

background-color css

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

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

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

border-color css

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

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

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