#121845

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

Shades of Midnight Express #121845

Tints of Midnight Express #121845

Color information

#121845 (or 0x121845) is unknown color: approx Midnight Express. HEX triplet: 12, 18 and 45. RGB value is (18,24,69). Sum of RGB (Red+Green+Blue) = 18+24+69=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 69 (27.34% from 255 or 62.16% from 111); Max value from RGB is 69 - color contains mainly: blue. Hex color #121845 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121845 is #EDE7BA. Grayscale: #1B1B1B. Windows color (decimal): -15591355 or 4528146. OLE color: 4528146.

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

Color convert

RGB182469-
CMYK0.740.6500.73
HSL232.94º58.62%17.06%-
HSV(B)232.94º73.91%27.06%-
XYZ1.651.215.78-
YUV27.34151.51121.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 69 (27.34% from 255) = 62.16%
R=16.22%
G=21.62%
B=62.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1824690.740.6500.73232.9458.6217.06
Hex1218454A41049e93b11
Octal223010511210101113517321
Binary1001011000100010110010101000001010010011110100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121845; }

 p { color: rgb(18,24,69); }

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

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

 a { background-color: rgb(18,24,69); }

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

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

 span { border-color: rgb(18,24,69); }

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