#19223E

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

Shades of Midnight Express #19223E

Tints of Midnight Express #19223E

Color information

#19223E (or 0x19223E) is unknown color: approx Midnight Express. HEX triplet: 19, 22 and 3E. RGB value is (25,34,62). Sum of RGB (Red+Green+Blue) = 25+34+62=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #19223E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19223E is #E6DDC1. Grayscale: #222222. Windows color (decimal): -15130050 or 4071961. OLE color: 4071961.

HSL color Cylindrical-coordinate representation of color #19223E: hue angle of 225.41º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19223E is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB253462-
CMYK0.600.4500.76
HSL225.41º42.53%17.06%-
HSV(B)225.41º59.68%24.31%-
XYZ1.841.74.79-
YUV34.5143.52121.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 62 (24.61% from 255) = 51.24%
R=20.66%
G=28.10%
B=51.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2534620.600.4500.76225.4142.5317.06
Hex19223E3C2D04Ce12b11
Octal314276745501143415321
Binary11001100010111110111100101101010011001110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19223E; }

 p { color: rgb(25,34,62); }

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

<style>
 a { background-color: #19223E; }

 a { background-color: rgb(25,34,62); }

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

<style>
 span { border-color: #19223E; }

 span { border-color: rgb(25,34,62); }

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