Html Css Color HEX #11103A Midnight Express

📋 copy color: '#11103A'

red 17 ◦ green 16 ◦ blue 58

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

Shades of Midnight Express #11103A

Tints of Midnight Express #11103A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.58%

 BLUE value IS 58 (23.05% from 255) = 63.74%

R = 18.68%
G = 17.58%
B = 63.74%

CMYK

 C value IS 0.71

 M value IS 0.72

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#11103A (or 0x11103A) is known color: Midnight Express. HEX triplet: 11, 10 and 3A. RGB value is (17,16,58). Sum of RGB (Red+Green+Blue) = 17+16+58=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 58 (23.05% from 255 or 63.74% from 91); Max value from RGB is 58 - color contains mainly: blue. Hex color #11103A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11103A is #EEEFC5. Grayscale: #141414. Windows color (decimal): -15658950 or 3805201. OLE color: 3805201.

HSL color Cylindrical-coordinate representation of color #11103A: hue angle of 241.43º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11103A is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 17 16 58 -
CMYK 0.71 0.72 0 0.77
HSL 241.43º 0.57% 0.15% -
HSV(B) 241.43º 0.72% 0.23% -
XYZ 1.18 0.8 4.09 -
YUV 21.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 17 16 58 0.71 0.72 0 0.77 241.43 0.57 0.15
Hex 11 10 3A 47 48 0 4D F1 39 F
Octal 21 20 72 107 110 0 115 361 71 17
Binary 10001 10000 111010 1000111 1001000 0 1001101 11110001 111001 1111

Color Harmonies of #11103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11103A

Black with #11103A

Text Example


Text Example

White with #11103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11103A; }

 p { color: rgb(17,16,58); }

 H1.HeaderClassName
 {
   color: #11103A;
 }
 .AnyTagClassName
 {
   color: #11103A;
 }
</style>

background-color css

<style>
 a { background-color: #11103A; }

 a { background-color: rgb(17,16,58); }

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

border-color css

<style>
 span { border-color: #11103A; }

 span { border-color: rgb(17,16,58); }

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