Html Css Color HEX #110A72 Midnight Blue

📋 copy color: '#110A72'

red 17 ◦ green 10 ◦ blue 114

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

Shades of Midnight Blue #110A72

Tints of Midnight Blue #110A72

RGB

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

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

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

R = 12.06%
G = 7.09%
B = 80.85%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#110A72 (or 0x110A72) is known color: Midnight Blue. HEX triplet: 11, 0A and 72. RGB value is (17,10,114). Sum of RGB (Red+Green+Blue) = 17+10+114=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #110A72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110A72 is #EEF58D. Grayscale: #171717. Windows color (decimal): -15660430 or 7473681. OLE color: 7473681.

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

Color convert

RGB 17 10 114 -
CMYK 0.85 0.91 0 0.55
HSL 244.04º 0.84% 0.24% -
HSV(B) 244.04º 0.91% 0.45% -
XYZ 3.38 1.55 16.04 -
YUV 23.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 17 10 114 0.85 0.91 0 0.55 244.04 0.84 0.24
Hex 11 A 72 55 5B 0 37 F4 54 18
Octal 21 12 162 125 133 0 67 364 124 30
Binary 10001 1010 1110010 1010101 1011011 0 110111 11110100 1010100 11000

Color Harmonies of #110A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110A72

Black with #110A72

Text Example


Text Example

White with #110A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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