#191D42

Color #191D42 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #191D42

Tints of Midnight Express #191D42

Color information

#191D42 (or 0x191D42) is unknown color: approx Midnight Express. HEX triplet: 19, 1D and 42. RGB value is (25,29,66). Sum of RGB (Red+Green+Blue) = 25+29+66=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 66 (26.17% from 255 or 55% from 120); Max value from RGB is 66 - color contains mainly: blue. Hex color #191D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D42 is #E6E2BD. Grayscale: #1F1F1F. Windows color (decimal): -15131326 or 4332825. OLE color: 4332825.

HSL color Cylindrical-coordinate representation of color #191D42: hue angle of 234.15º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #191D42 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB252966-
CMYK0.620.5600.74
HSL234.15º45.05%17.84%-
HSV(B)234.15º62.12%25.88%-
XYZ1.821.485.34-
YUV32.02147.17122.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.83%
GREEN value IS 29 (11.72% from 255) = 24.17%
BLUE value IS 66 (26.17% from 255) = 55%
R=20.83%
G=24.17%
B=55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2529660.620.5600.74234.1545.0517.84
Hex191D423E3804Aea2d12
Octal3135102767001123525522
Binary11001111011000010111110111000010010101110101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191D42; }

 p { color: rgb(25,29,66); }

 H1.HeaderClassName
 {
   color: #191D42;
 }
 .AnyTagClassName
 {
   color: #191D42;
 }
</style>
background-color css

<style>
 a { background-color: #191D42; }

 a { background-color: rgb(25,29,66); }

 div.DivClassName
 {
   background-color: #191D42;
 }
 .BgClassName
 {
   background-color: #191D42;
 }
</style>
border-color css

<style>
 span { border-color: #191D42; }

 span { border-color: rgb(25,29,66); }

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