#19264B

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

Shades of Midnight Express #19264B

Tints of Midnight Express #19264B

Color information

#19264B (or 0x19264B) is unknown color: approx Midnight Express. HEX triplet: 19, 26 and 4B. RGB value is (25,38,75). Sum of RGB (Red+Green+Blue) = 25+38+75=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #19264B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19264B is #E6D9B4. Grayscale: #262626. Windows color (decimal): -15129013 or 4924953. OLE color: 4924953.

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

Color convert

RGB253875-
CMYK0.670.4900.71
HSL224.4º50%19.61%-
HSV(B)224.4º66.67%29.41%-
XYZ2.362.16.94-
YUV38.33148.69118.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 75 (29.69% from 255) = 54.35%
R=18.12%
G=27.54%
B=54.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2538750.670.4900.71224.45019.61
Hex19264B4331047e03214
Octal31461131036101073406224
Binary1100110011010010111000011110001010001111110000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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