#191F4B

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

Shades of Midnight Express #191F4B

Tints of Midnight Express #191F4B

Color information

#191F4B (or 0x191F4B) is unknown color: approx Midnight Express. HEX triplet: 19, 1F and 4B. RGB value is (25,31,75). Sum of RGB (Red+Green+Blue) = 25+31+75=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #191F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F4B is #E6E0B4. Grayscale: #222222. Windows color (decimal): -15130805 or 4923161. OLE color: 4923161.

HSL color Cylindrical-coordinate representation of color #191F4B: hue angle of 232.8º 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 #191F4B is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB253175-
CMYK0.670.5900.71
HSL232.8º50%19.61%-
HSV(B)232.8º66.67%29.41%-
XYZ2.161.696.87-
YUV34.22151.01121.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.08%
GREEN value IS 31 (12.5% from 255) = 23.66%
BLUE value IS 75 (29.69% from 255) = 57.25%
R=19.08%
G=23.66%
B=57.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2531750.670.5900.71232.85019.61
Hex191F4B433B047e93214
Octal31371131037301073516224
Binary110011111110010111000011111011010001111110100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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