Html Css Color HEX #110271 Navy

📋 copy color: '#110271'

red 17 ◦ green 2 ◦ blue 113

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

Shades of Navy #110271

Tints of Navy #110271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.52%

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

R = 12.88%
G = 1.52%
B = 85.61%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#110271 (or 0x110271) is known color: Navy. HEX triplet: 11, 02 and 71. RGB value is (17,2,113). Sum of RGB (Red+Green+Blue) = 17+2+113=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 113 (44.53% from 255 or 85.61% from 132); Max value from RGB is 113 - color contains mainly: blue. Hex color #110271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110271 is #EEFD8E. Grayscale: #121212. Windows color (decimal): -15662479 or 7406097. OLE color: 7406097.

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

Color convert

RGB 17 2 113 -
CMYK 0.85 0.98 0 0.56
HSL 248.11º 0.97% 0.23% -
HSV(B) 248.11º 0.98% 0.44% -
XYZ 3.23 1.35 15.71 -
YUV 19.14 180.97 126.47 -
System Red Green Blue C M Y K H S L
Decimal 17 2 113 0.85 0.98 0 0.56 248.11 0.97 0.23
Hex 11 2 71 55 62 0 38 F8 61 17
Octal 21 2 161 125 142 0 70 370 141 27
Binary 10001 10 1110001 1010101 1100010 0 111000 11111000 1100001 10111

Color Harmonies of #110271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110271

Black with #110271

Text Example


Text Example

White with #110271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110271; }

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

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

background-color css

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

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

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

border-color css

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

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

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