Html Css Color HEX #110D58 Midnight Blue

📋 copy color: '#110D58'

red 17 ◦ green 13 ◦ blue 88

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

Shades of Midnight Blue #110D58

Tints of Midnight Blue #110D58

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.02%

 BLUE value IS 88 (34.77% from 255) = 74.58%

R = 14.41%
G = 11.02%
B = 74.58%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#110D58 (or 0x110D58) is known color: Midnight Blue. HEX triplet: 11, 0D and 58. RGB value is (17,13,88). Sum of RGB (Red+Green+Blue) = 17+13+88=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 88 (34.77% from 255 or 74.58% from 118); Max value from RGB is 88 - color contains mainly: blue. Hex color #110D58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D58 is #EEF2A7. Grayscale: #161616. Windows color (decimal): -15659688 or 5770513. OLE color: 5770513.

HSL color Cylindrical-coordinate representation of color #110D58: hue angle of 243.2º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #110D58 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 13 88 -
CMYK 0.81 0.85 0 0.65
HSL 243.2º 0.74% 0.2% -
HSV(B) 243.2º 0.85% 0.35% -
XYZ 2.14 1.11 9.33 -
YUV 22.75 164.83 123.9 -
System Red Green Blue C M Y K H S L
Decimal 17 13 88 0.81 0.85 0 0.65 243.2 0.74 0.2
Hex 11 D 58 51 55 0 41 F3 4A 14
Octal 21 15 130 121 125 0 101 363 112 24
Binary 10001 1101 1011000 1010001 1010101 0 1000001 11110011 1001010 10100

Color Harmonies of #110D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D58

Black with #110D58

Text Example


Text Example

White with #110D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,13,88); }

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

background-color css

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

 a { background-color: rgb(17,13,88); }

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

border-color css

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

 span { border-color: rgb(17,13,88); }

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