Html Css Color HEX #110D3F Midnight Express

📋 copy color: '#110D3F'

red 17 ◦ green 13 ◦ blue 63

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

Shades of Midnight Express #110D3F

Tints of Midnight Express #110D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 67.74%

R = 18.28%
G = 13.98%
B = 67.74%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#110D3F (or 0x110D3F) is known color: Midnight Express. HEX triplet: 11, 0D and 3F. RGB value is (17,13,63). Sum of RGB (Red+Green+Blue) = 17+13+63=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 63 (25% from 255 or 67.74% from 93); Max value from RGB is 63 - color contains mainly: blue. Hex color #110D3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D3F is #EEF2C0. Grayscale: #131313. Windows color (decimal): -15659713 or 4132113. OLE color: 4132113.

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

Color convert

RGB 17 13 63 -
CMYK 0.73 0.79 0 0.75
HSL 244.8º 0.66% 0.15% -
HSV(B) 244.8º 0.79% 0.25% -
XYZ 1.27 0.77 4.78 -
YUV 19.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 17 13 63 0.73 0.79 0 0.75 244.8 0.66 0.15
Hex 11 D 3F 49 4F 0 4B F5 42 F
Octal 21 15 77 111 117 0 113 365 102 17
Binary 10001 1101 111111 1001001 1001111 0 1001011 11110101 1000010 1111

Color Harmonies of #110D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D3F

Black with #110D3F

Text Example


Text Example

White with #110D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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