#12214D

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

Shades of Midnight Express #12214D

Tints of Midnight Express #12214D

Color information

#12214D (or 0x12214D) is unknown color: approx Midnight Express. HEX triplet: 12, 21 and 4D. RGB value is (18,33,77). Sum of RGB (Red+Green+Blue) = 18+33+77=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #12214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12214D is #EDDEB2. Grayscale: #212121. Windows color (decimal): -15589043 or 5054738. OLE color: 5054738.

HSL color Cylindrical-coordinate representation of color #12214D: hue angle of 224.75º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12214D is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB183377-
CMYK0.770.5700.70
HSL224.75º62.11%18.63%-
HSV(B)224.75º76.62%30.2%-
XYZ2.131.757.25-
YUV33.53152.53116.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=14.06%
G=25.78%
B=60.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1833770.770.5700.70224.7562.1118.63
Hex12214D4D39046e13e13
Octal22411151157101063417623
Binary1001010000110011011001101111001010001101110000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,33,77); }

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

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

 a { background-color: rgb(18,33,77); }

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

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

 span { border-color: rgb(18,33,77); }

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