#122443

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

Shades of Midnight Express #122443

Tints of Midnight Express #122443

Color information

#122443 (or 0x122443) is unknown color: approx Midnight Express. HEX triplet: 12, 24 and 43. RGB value is (18,36,67). Sum of RGB (Red+Green+Blue) = 18+36+67=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #122443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122443 is #EDDBBC. Grayscale: #222222. Windows color (decimal): -15588285 or 4400146. OLE color: 4400146.

HSL color Cylindrical-coordinate representation of color #122443: hue angle of 217.96º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #122443 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB183667-
CMYK0.730.4600.74
HSL217.96º57.65%16.67%-
HSV(B)217.96º73.13%26.27%-
XYZ1.891.85.56-
YUV34.15146.54116.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 67 (26.56% from 255) = 55.37%
R=14.88%
G=29.75%
B=55.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1836670.730.4600.74217.9657.6516.67
Hex122443492E04Ada3a11
Octal22441031115601123327221
Binary1001010010010000111001001101110010010101101101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122443; }

 p { color: rgb(18,36,67); }

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

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

 a { background-color: rgb(18,36,67); }

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

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

 span { border-color: rgb(18,36,67); }

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