#12194B

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

Shades of Midnight Express #12194B

Tints of Midnight Express #12194B

Color information

#12194B (or 0x12194B) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 4B. RGB value is (18,25,75). Sum of RGB (Red+Green+Blue) = 18+25+75=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #12194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12194B is #EDE6B4. Grayscale: #1C1C1C. Windows color (decimal): -15591093 or 4921618. OLE color: 4921618.

HSL color Cylindrical-coordinate representation of color #12194B: hue angle of 232.63º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12194B is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB182575-
CMYK0.760.6700.71
HSL232.63º61.29%18.24%-
HSV(B)232.63º76%29.41%-
XYZ1.871.336.82-
YUV28.61154.18120.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 25 (10.16% from 255) = 21.19%
BLUE value IS 75 (29.69% from 255) = 63.56%
R=15.25%
G=21.19%
B=63.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1825750.760.6700.71232.6361.2918.24
Hex12194B4C43047e93d12
Octal223111311410301073517522
Binary1001011001100101110011001000011010001111110100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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