Html Css Color HEX #110E58 Midnight Blue

📋 copy color: '#110E58'

red 17 ◦ green 14 ◦ blue 88

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

Shades of Midnight Blue #110E58

Tints of Midnight Blue #110E58

RGB

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

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

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

R = 14.29%
G = 11.76%
B = 73.95%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#110E58 (or 0x110E58) is known color: Midnight Blue. HEX triplet: 11, 0E and 58. RGB value is (17,14,88). Sum of RGB (Red+Green+Blue) = 17+14+88=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 88 (34.77% from 255 or 73.95% from 119); Max value from RGB is 88 - color contains mainly: blue. Hex color #110E58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110E58 is #EEF1A7. Grayscale: #171717. Windows color (decimal): -15659432 or 5770769. OLE color: 5770769.

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

Color convert

RGB 17 14 88 -
CMYK 0.81 0.84 0 0.65
HSL 242.43º 0.73% 0.2% -
HSV(B) 242.43º 0.84% 0.35% -
XYZ 2.15 1.14 9.34 -
YUV 23.33 164.49 123.48 -
System Red Green Blue C M Y K H S L
Decimal 17 14 88 0.81 0.84 0 0.65 242.43 0.73 0.2
Hex 11 E 58 51 54 0 41 F2 49 14
Octal 21 16 130 121 124 0 101 362 111 24
Binary 10001 1110 1011000 1010001 1010100 0 1000001 11110010 1001001 10100

Color Harmonies of #110E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E58

Black with #110E58

Text Example


Text Example

White with #110E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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