#191E4B

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

Shades of Midnight Express #191E4B

Tints of Midnight Express #191E4B

Color information

#191E4B (or 0x191E4B) is unknown color: approx Midnight Express. HEX triplet: 19, 1E and 4B. RGB value is (25,30,75). Sum of RGB (Red+Green+Blue) = 25+30+75=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #191E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E4B is #E6E1B4. Grayscale: #212121. Windows color (decimal): -15131061 or 4922905. OLE color: 4922905.

HSL color Cylindrical-coordinate representation of color #191E4B: hue angle of 234º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #191E4B is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB253075-
CMYK0.670.6000.71
HSL234º50%19.61%-
HSV(B)234º66.67%29.41%-
XYZ2.141.646.86-
YUV33.64151.34121.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.23%
GREEN value IS 30 (12.11% from 255) = 23.08%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=19.23%
G=23.08%
B=57.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2530750.670.6000.712345019.61
Hex191E4B433C047ea3214
Octal31361131037401073526224
Binary110011111010010111000011111100010001111110101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,30,75); }

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

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

 a { background-color: rgb(25,30,75); }

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

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

 span { border-color: rgb(25,30,75); }

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