#19233B

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

Shades of Midnight Express #19233B

Tints of Midnight Express #19233B

Color information

#19233B (or 0x19233B) is unknown color: approx Midnight Express. HEX triplet: 19, 23 and 3B. RGB value is (25,35,59). Sum of RGB (Red+Green+Blue) = 25+35+59=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 59 (23.44% from 255 or 49.58% from 119); Max value from RGB is 59 - color contains mainly: blue. Hex color #19233B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19233B is #E6DCC4. Grayscale: #222222. Windows color (decimal): -15129797 or 3875609. OLE color: 3875609.

HSL color Cylindrical-coordinate representation of color #19233B: hue angle of 222.35º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19233B is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB253559-
CMYK0.580.4100.77
HSL222.35º40.48%16.47%-
HSV(B)222.35º57.63%23.14%-
XYZ1.791.724.38-
YUV34.75141.69121.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.01%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 59 (23.44% from 255) = 49.58%
R=21.01%
G=29.41%
B=49.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2535590.580.4100.77222.3540.4816.47
Hex19233B3A2904Dde2810
Octal314373725101153365020
Binary11001100011111011111010101001010011011101111010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,35,59); }

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

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

 a { background-color: rgb(25,35,59); }

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

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

 span { border-color: rgb(25,35,59); }

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