#12192E

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

Shades of Midnight Express #12192E

Tints of Midnight Express #12192E

Color information

#12192E (or 0x12192E) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 2E. RGB value is (18,25,46). Sum of RGB (Red+Green+Blue) = 18+25+46=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 46 (18.36% from 255 or 51.69% from 89); Max value from RGB is 46 - color contains mainly: blue. Hex color #12192E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12192E is #EDE6D1. Grayscale: #191919. Windows color (decimal): -15591122 or 3021074. OLE color: 3021074.

HSL color Cylindrical-coordinate representation of color #12192E: hue angle of 225º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #12192E is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB182546-
CMYK0.610.4600.82
HSL225º43.75%12.55%-
HSV(B)225º60.87%18.04%-
XYZ1.091.022.72-
YUV25.3139.68122.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 25 (10.16% from 255) = 28.09%
BLUE value IS 46 (18.36% from 255) = 51.69%
R=20.22%
G=28.09%
B=51.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1825460.610.4600.8222543.7512.55
Hex12192E3D2E052e12cd
Octal223156755601223415415
Binary100101100110111011110110111001010010111000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,25,46); }

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

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

 a { background-color: rgb(18,25,46); }

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

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

 span { border-color: rgb(18,25,46); }

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