Html Css Color HEX #11194D Midnight Express

📋 copy color: '#11194D'

red 17 ◦ green 25 ◦ blue 77

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

Shades of Midnight Express #11194D

Tints of Midnight Express #11194D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 64.71%

R = 14.29%
G = 21.01%
B = 64.71%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11194D (or 0x11194D) is known color: Midnight Express. HEX triplet: 11, 19 and 4D. RGB value is (17,25,77). Sum of RGB (Red+Green+Blue) = 17+25+77=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #11194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11194D is #EEE6B2. Grayscale: #1C1C1C. Windows color (decimal): -15656627 or 5052689. OLE color: 5052689.

HSL color Cylindrical-coordinate representation of color #11194D: hue angle of 232º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11194D is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 25 77 -
CMYK 0.78 0.68 0 0.70
HSL 232º 0.64% 0.18% -
HSV(B) 232º 0.78% 0.3% -
XYZ 1.92 1.35 7.18 -
YUV 28.54 155.35 119.77 -
System Red Green Blue C M Y K H S L
Decimal 17 25 77 0.78 0.68 0 0.70 232 0.64 0.18
Hex 11 19 4D 4E 44 0 46 E8 40 12
Octal 21 31 115 116 104 0 106 350 100 22
Binary 10001 11001 1001101 1001110 1000100 0 1000110 11101000 1000000 10010

Color Harmonies of #11194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11194D

Black with #11194D

Text Example


Text Example

White with #11194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11194D; }

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

 H1.HeaderClassName
 {
   color: #11194D;
 }
 .AnyTagClassName
 {
   color: #11194D;
 }
</style>

background-color css

<style>
 a { background-color: #11194D; }

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

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

border-color css

<style>
 span { border-color: #11194D; }

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

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