Html Css Color HEX #11193A Midnight Express

📋 copy color: '#11193A'

red 17 ◦ green 25 ◦ blue 58

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

Shades of Midnight Express #11193A

Tints of Midnight Express #11193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25%

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

R = 17%
G = 25%
B = 58%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#11193A (or 0x11193A) is known color: Midnight Express. HEX triplet: 11, 19 and 3A. RGB value is (17,25,58). Sum of RGB (Red+Green+Blue) = 17+25+58=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 58 (23.05% from 255 or 58% from 100); Max value from RGB is 58 - color contains mainly: blue. Hex color #11193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11193A is #EEE6C5. Grayscale: #1A1A1A. Windows color (decimal): -15656646 or 3807505. OLE color: 3807505.

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

Color convert

RGB 17 25 58 -
CMYK 0.71 0.57 0 0.77
HSL 228.29º 0.55% 0.15% -
HSV(B) 228.29º 0.71% 0.23% -
XYZ 1.34 1.12 4.15 -
YUV 26.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 17 25 58 0.71 0.57 0 0.77 228.29 0.55 0.15
Hex 11 19 3A 47 39 0 4D E4 37 F
Octal 21 31 72 107 71 0 115 344 67 17
Binary 10001 11001 111010 1000111 111001 0 1001101 11100100 110111 1111

Color Harmonies of #11193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11193A

Black with #11193A

Text Example


Text Example

White with #11193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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