#19253B

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

Shades of Midnight Express #19253B

Tints of Midnight Express #19253B

Color information

#19253B (or 0x19253B) is unknown color: approx Midnight Express. HEX triplet: 19, 25 and 3B. RGB value is (25,37,59). Sum of RGB (Red+Green+Blue) = 25+37+59=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #19253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19253B is #E6DAC4. Grayscale: #232323. Windows color (decimal): -15129285 or 3876121. OLE color: 3876121.

HSL color Cylindrical-coordinate representation of color #19253B: hue angle of 218.82º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19253B is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB253759-
CMYK0.580.3700.77
HSL218.82º40.48%16.47%-
HSV(B)218.82º57.63%23.14%-
XYZ1.851.854.4-
YUV35.92141.02120.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 59 (23.44% from 255) = 48.76%
R=20.66%
G=30.58%
B=48.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2537590.580.3700.77218.8240.4816.47
Hex19253B3A2504Ddb2810
Octal314573724501153335020
Binary11001100101111011111010100101010011011101101110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19253B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19253B; }

 p { color: rgb(25,37,59); }

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

<style>
 a { background-color: #19253B; }

 a { background-color: rgb(25,37,59); }

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

<style>
 span { border-color: #19253B; }

 span { border-color: rgb(25,37,59); }

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