Html Css Color HEX #110D40 Midnight Express

📋 copy color: '#110D40'

red 17 ◦ green 13 ◦ blue 64

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

Shades of Midnight Express #110D40

Tints of Midnight Express #110D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 68.09%

R = 18.09%
G = 13.83%
B = 68.09%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#110D40 (or 0x110D40) is known color: Midnight Express. HEX triplet: 11, 0D and 40. RGB value is (17,13,64). Sum of RGB (Red+Green+Blue) = 17+13+64=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #110D40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D40 is #EEF2BF. Grayscale: #131313. Windows color (decimal): -15659712 or 4197649. OLE color: 4197649.

HSL color Cylindrical-coordinate representation of color #110D40: hue angle of 244.71º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #110D40 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 13 64 -
CMYK 0.73 0.80 0 0.75
HSL 244.71º 0.66% 0.15% -
HSV(B) 244.71º 0.8% 0.25% -
XYZ 1.3 0.78 4.93 -
YUV 20.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 17 13 64 0.73 0.80 0 0.75 244.71 0.66 0.15
Hex 11 D 40 49 50 0 4B F5 42 F
Octal 21 15 100 111 120 0 113 365 102 17
Binary 10001 1101 1000000 1001001 1010000 0 1001011 11110101 1000010 1111

Color Harmonies of #110D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D40

Black with #110D40

Text Example


Text Example

White with #110D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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