#191E35

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

Shades of Midnight Express #191E35

Tints of Midnight Express #191E35

Color information

#191E35 (or 0x191E35) is unknown color: approx Midnight Express. HEX triplet: 19, 1E and 35. RGB value is (25,30,53). Sum of RGB (Red+Green+Blue) = 25+30+53=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #191E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E35 is #E6E1CA. Grayscale: #1F1F1F. Windows color (decimal): -15131083 or 3481113. OLE color: 3481113.

HSL color Cylindrical-coordinate representation of color #191E35: hue angle of 229.29º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #191E35 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB253053-
CMYK0.530.4300.79
HSL229.29º35.9%15.29%-
HSV(B)229.29º52.83%20.78%-
XYZ1.511.393.56-
YUV31.13140.34123.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.15%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 53 (21.09% from 255) = 49.07%
R=23.15%
G=27.78%
B=49.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2530530.530.4300.79229.2935.915.29
Hex191E35352B04Fe524f
Octal313665655301173454417
Binary110011111011010111010110101101001111111001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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