#121941

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

Shades of Midnight Express #121941

Tints of Midnight Express #121941

Color information

#121941 (or 0x121941) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 41. RGB value is (18,25,65). Sum of RGB (Red+Green+Blue) = 18+25+65=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #121941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121941 is #EDE6BE. Grayscale: #1B1B1B. Windows color (decimal): -15591103 or 4266258. OLE color: 4266258.

HSL color Cylindrical-coordinate representation of color #121941: hue angle of 231.06º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #121941 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB182565-
CMYK0.720.6200.75
HSL231.06º56.63%16.27%-
HSV(B)231.06º72.31%25.49%-
XYZ1.551.215.15-
YUV27.47149.18121.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 25 (10.16% from 255) = 23.15%
BLUE value IS 65 (25.78% from 255) = 60.19%
R=16.67%
G=23.15%
B=60.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1825650.720.6200.75231.0656.6316.27
Hex121941483E04Be73910
Octal22311011107601133477120
Binary100101100110000011001000111110010010111110011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121941; }

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

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

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

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

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

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

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

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