Html Css Color HEX #110C70 Midnight Blue

📋 copy color: '#110C70'

red 17 ◦ green 12 ◦ blue 112

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

Shades of Midnight Blue #110C70

Tints of Midnight Blue #110C70

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.51%

 BLUE value IS 112 (44.14% from 255) = 79.43%

R = 12.06%
G = 8.51%
B = 79.43%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#110C70 (or 0x110C70) is known color: Midnight Blue. HEX triplet: 11, 0C and 70. RGB value is (17,12,112). Sum of RGB (Red+Green+Blue) = 17+12+112=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #110C70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110C70 is #EEF38F. Grayscale: #181818. Windows color (decimal): -15659920 or 7343121. OLE color: 7343121.

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

Color convert

RGB 17 12 112 -
CMYK 0.85 0.89 0 0.56
HSL 243º 0.81% 0.24% -
HSV(B) 243º 0.89% 0.44% -
XYZ 3.29 1.55 15.46 -
YUV 24.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 17 12 112 0.85 0.89 0 0.56 243 0.81 0.24
Hex 11 C 70 55 59 0 38 F3 51 18
Octal 21 14 160 125 131 0 70 363 121 30
Binary 10001 1100 1110000 1010101 1011001 0 111000 11110011 1010001 11000

Color Harmonies of #110C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C70

Black with #110C70

Text Example


Text Example

White with #110C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,12,112); }

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

background-color css

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

 a { background-color: rgb(17,12,112); }

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

border-color css

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

 span { border-color: rgb(17,12,112); }

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