#19274B

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

Shades of Midnight Express #19274B

Tints of Midnight Express #19274B

Color information

#19274B (or 0x19274B) is unknown color: approx Midnight Express. HEX triplet: 19, 27 and 4B. RGB value is (25,39,75). Sum of RGB (Red+Green+Blue) = 25+39+75=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #19274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19274B is #E6D8B4. Grayscale: #262626. Windows color (decimal): -15128757 or 4925209. OLE color: 4925209.

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

Color convert

RGB253975-
CMYK0.670.4800.71
HSL223.2º50%19.61%-
HSV(B)223.2º66.67%29.41%-
XYZ2.42.176.95-
YUV38.92148.36118.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 39 (15.62% from 255) = 28.06%
BLUE value IS 75 (29.69% from 255) = 53.96%
R=17.99%
G=28.06%
B=53.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2539750.670.4800.71223.25019.61
Hex19274B4330047df3214
Octal31471131036001073376224
Binary1100110011110010111000011110000010001111101111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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