#12194F

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

Shades of Midnight Express #12194F

Tints of Midnight Express #12194F

Color information

#12194F (or 0x12194F) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 4F. RGB value is (18,25,79). Sum of RGB (Red+Green+Blue) = 18+25+79=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 79 (31.25% from 255 or 64.75% from 122); Max value from RGB is 79 - color contains mainly: blue. Hex color #12194F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12194F is #EDE6B0. Grayscale: #1C1C1C. Windows color (decimal): -15591089 or 5183762. OLE color: 5183762.

HSL color Cylindrical-coordinate representation of color #12194F: hue angle of 233.11º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12194F is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB182579-
CMYK0.770.6800.69
HSL233.11º62.89%19.02%-
HSV(B)233.11º77.22%30.98%-
XYZ2.011.397.56-
YUV29.06156.18120.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 79 (31.25% from 255) = 64.75%
R=14.75%
G=20.49%
B=64.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1825790.770.6800.69233.1162.8919.02
Hex12194F4D44045e93f13
Octal223111711510401053517723
Binary1001011001100111110011011000100010001011110100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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