#19244B

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

Shades of Midnight Express #19244B

Tints of Midnight Express #19244B

Color information

#19244B (or 0x19244B) is unknown color: approx Midnight Express. HEX triplet: 19, 24 and 4B. RGB value is (25,36,75). Sum of RGB (Red+Green+Blue) = 25+36+75=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #19244B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19244B is #E6DBB4. Grayscale: #242424. Windows color (decimal): -15129525 or 4924441. OLE color: 4924441.

HSL color Cylindrical-coordinate representation of color #19244B: hue angle of 226.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 #19244B is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB253675-
CMYK0.670.5200.71
HSL226.8º50%19.61%-
HSV(B)226.8º66.67%29.41%-
XYZ2.31.986.92-
YUV37.16149.36119.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.38%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 75 (29.69% from 255) = 55.15%
R=18.38%
G=26.47%
B=55.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2536750.670.5200.71226.85019.61
Hex19244B4334047e33214
Octal31441131036401073436224
Binary1100110010010010111000011110100010001111110001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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