Html Css Color HEX #110571 Midnight Blue

📋 copy color: '#110571'

red 17 ◦ green 5 ◦ blue 113

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

Shades of Midnight Blue #110571

Tints of Midnight Blue #110571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.7%

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

R = 12.59%
G = 3.7%
B = 83.7%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#110571 (or 0x110571) is known color: Midnight Blue. HEX triplet: 11, 05 and 71. RGB value is (17,5,113). Sum of RGB (Red+Green+Blue) = 17+5+113=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 113 (44.53% from 255 or 83.70% from 135); Max value from RGB is 113 - color contains mainly: blue. Hex color #110571 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110571 is #EEFA8E. Grayscale: #141414. Windows color (decimal): -15661711 or 7406865. OLE color: 7406865.

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

Color convert

RGB 17 5 113 -
CMYK 0.85 0.96 0 0.56
HSL 246.67º 0.92% 0.23% -
HSV(B) 246.67º 0.96% 0.44% -
XYZ 3.27 1.42 15.72 -
YUV 20.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 17 5 113 0.85 0.96 0 0.56 246.67 0.92 0.23
Hex 11 5 71 55 60 0 38 F7 5C 17
Octal 21 5 161 125 140 0 70 367 134 27
Binary 10001 101 1110001 1010101 1100000 0 111000 11110111 1011100 10111

Color Harmonies of #110571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110571

Black with #110571

Text Example


Text Example

White with #110571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110571; }

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

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

background-color css

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

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

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

border-color css

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

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

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