Html Css Color HEX #11194E Midnight Express

📋 copy color: '#11194E'

red 17 ◦ green 25 ◦ blue 78

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

Shades of Midnight Express #11194E

Tints of Midnight Express #11194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 65%

R = 14.17%
G = 20.83%
B = 65%

CMYK

 C value IS 0.78

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#11194E (or 0x11194E) is known color: Midnight Express. HEX triplet: 11, 19 and 4E. RGB value is (17,25,78). Sum of RGB (Red+Green+Blue) = 17+25+78=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #11194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11194E is #EEE6B1. Grayscale: #1C1C1C. Windows color (decimal): -15656626 or 5118225. OLE color: 5118225.

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

Color convert

RGB 17 25 78 -
CMYK 0.78 0.68 0 0.69
HSL 232.13º 0.64% 0.19% -
HSV(B) 232.13º 0.78% 0.31% -
XYZ 1.95 1.36 7.37 -
YUV 28.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 17 25 78 0.78 0.68 0 0.69 232.13 0.64 0.19
Hex 11 19 4E 4E 44 0 45 E8 40 13
Octal 21 31 116 116 104 0 105 350 100 23
Binary 10001 11001 1001110 1001110 1000100 0 1000101 11101000 1000000 10011

Color Harmonies of #11194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11194E

Black with #11194E

Text Example


Text Example

White with #11194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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