#19223D

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

Shades of Midnight Express #19223D

Tints of Midnight Express #19223D

Color information

#19223D (or 0x19223D) is unknown color: approx Midnight Express. HEX triplet: 19, 22 and 3D. RGB value is (25,34,61). Sum of RGB (Red+Green+Blue) = 25+34+61=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #19223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19223D is #E6DDC2. Grayscale: #222222. Windows color (decimal): -15130051 or 4006425. OLE color: 4006425.

HSL color Cylindrical-coordinate representation of color #19223D: hue angle of 225º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #19223D is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB253461-
CMYK0.590.4400.76
HSL225º41.86%16.86%-
HSV(B)225º59.02%23.92%-
XYZ1.821.694.64-
YUV34.39143.02121.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.83%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 61 (24.22% from 255) = 50.83%
R=20.83%
G=28.33%
B=50.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2534610.590.4400.7622541.8616.86
Hex19223D3B2C04Ce12a11
Octal314275735401143415221
Binary11001100010111101111011101100010011001110000110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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