Html Css Color HEX #110A71 Midnight Blue

📋 copy color: '#110A71'

red 17 ◦ green 10 ◦ blue 113

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

Shades of Midnight Blue #110A71

Tints of Midnight Blue #110A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.14%

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

R = 12.14%
G = 7.14%
B = 80.71%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#110A71 (or 0x110A71) is known color: Midnight Blue. HEX triplet: 11, 0A and 71. RGB value is (17,10,113). Sum of RGB (Red+Green+Blue) = 17+10+113=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 113 (44.53% from 255 or 80.71% from 140); Max value from RGB is 113 - color contains mainly: blue. Hex color #110A71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110A71 is #EEF58E. Grayscale: #171717. Windows color (decimal): -15660431 or 7408145. OLE color: 7408145.

HSL color Cylindrical-coordinate representation of color #110A71: hue angle of 244.08º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110A71 is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 10 113 -
CMYK 0.85 0.91 0 0.56
HSL 244.08º 0.84% 0.24% -
HSV(B) 244.08º 0.91% 0.44% -
XYZ 3.32 1.53 15.74 -
YUV 23.84 178.32 123.12 -
System Red Green Blue C M Y K H S L
Decimal 17 10 113 0.85 0.91 0 0.56 244.08 0.84 0.24
Hex 11 A 71 55 5B 0 38 F4 54 18
Octal 21 12 161 125 133 0 70 364 124 30
Binary 10001 1010 1110001 1010101 1011011 0 111000 11110100 1010100 11000

Color Harmonies of #110A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110A71

Black with #110A71

Text Example


Text Example

White with #110A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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