#19213D

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

Shades of Midnight Express #19213D

Tints of Midnight Express #19213D

Color information

#19213D (or 0x19213D) is unknown color: approx Midnight Express. HEX triplet: 19, 21 and 3D. RGB value is (25,33,61). Sum of RGB (Red+Green+Blue) = 25+33+61=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #19213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19213D is #E6DEC2. Grayscale: #212121. Windows color (decimal): -15130307 or 4006169. OLE color: 4006169.

HSL color Cylindrical-coordinate representation of color #19213D: hue angle of 226.67º 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 #19213D is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB253361-
CMYK0.590.4600.76
HSL226.67º41.86%16.86%-
HSV(B)226.67º59.02%23.92%-
XYZ1.791.634.64-
YUV33.8143.35121.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.01%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 61 (24.22% from 255) = 51.26%
R=21.01%
G=27.73%
B=51.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2533610.590.4600.76226.6741.8616.86
Hex19213D3B2E04Ce32a11
Octal314175735601143435221
Binary11001100001111101111011101110010011001110001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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