Html Css Color HEX #110E5B Midnight Blue

📋 copy color: '#110E5B'

red 17 ◦ green 14 ◦ blue 91

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

Shades of Midnight Blue #110E5B

Tints of Midnight Blue #110E5B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.48%

 BLUE value IS 91 (35.94% from 255) = 74.59%

R = 13.93%
G = 11.48%
B = 74.59%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#110E5B (or 0x110E5B) is known color: Midnight Blue. HEX triplet: 11, 0E and 5B. RGB value is (17,14,91). Sum of RGB (Red+Green+Blue) = 17+14+91=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 91 (35.94% from 255 or 74.59% from 122); Max value from RGB is 91 - color contains mainly: blue. Hex color #110E5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110E5B is #EEF1A4. Grayscale: #171717. Windows color (decimal): -15659429 or 5967377. OLE color: 5967377.

HSL color Cylindrical-coordinate representation of color #110E5B: hue angle of 242.34º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #110E5B is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 14 91 -
CMYK 0.81 0.85 0 0.64
HSL 242.34º 0.73% 0.21% -
HSV(B) 242.34º 0.85% 0.36% -
XYZ 2.28 1.19 10.01 -
YUV 23.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 17 14 91 0.81 0.85 0 0.64 242.34 0.73 0.21
Hex 11 E 5B 51 55 0 40 F2 49 15
Octal 21 16 133 121 125 0 100 362 111 25
Binary 10001 1110 1011011 1010001 1010101 0 1000000 11110010 1001001 10101

Color Harmonies of #110E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E5B

Black with #110E5B

Text Example


Text Example

White with #110E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,14,91); }

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

background-color css

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

 a { background-color: rgb(17,14,91); }

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

border-color css

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

 span { border-color: rgb(17,14,91); }

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