#12224D

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

Shades of Midnight Express #12224D

Tints of Midnight Express #12224D

Color information

#12224D (or 0x12224D) is unknown color: approx Midnight Express. HEX triplet: 12, 22 and 4D. RGB value is (18,34,77). Sum of RGB (Red+Green+Blue) = 18+34+77=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #12224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12224D is #EDDDB2. Grayscale: #212121. Windows color (decimal): -15588787 or 5054994. OLE color: 5054994.

HSL color Cylindrical-coordinate representation of color #12224D: hue angle of 223.73º 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 #12224D is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB183477-
CMYK0.770.5600.70
HSL223.73º62.11%18.63%-
HSV(B)223.73º76.62%30.2%-
XYZ2.161.817.26-
YUV34.12152.2116.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 77 (30.47% from 255) = 59.69%
R=13.95%
G=26.36%
B=59.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1834770.770.5600.70223.7362.1118.63
Hex12224D4D38046e03e13
Octal22421151157001063407623
Binary1001010001010011011001101111000010001101110000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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