#121D41

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

Shades of Midnight Express #121D41

Tints of Midnight Express #121D41

Color information

#121D41 (or 0x121D41) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 41. RGB value is (18,29,65). Sum of RGB (Red+Green+Blue) = 18+29+65=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #121D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D41 is #EDE2BE. Grayscale: #1D1D1D. Windows color (decimal): -15590079 or 4267282. OLE color: 4267282.

HSL color Cylindrical-coordinate representation of color #121D41: hue angle of 225.96º 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 #121D41 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB182965-
CMYK0.720.5500.75
HSL225.96º56.63%16.27%-
HSV(B)225.96º72.31%25.49%-
XYZ1.641.395.18-
YUV29.82147.86119.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 29 (11.72% from 255) = 25.89%
BLUE value IS 65 (25.78% from 255) = 58.04%
R=16.07%
G=25.89%
B=58.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1829650.720.5500.75225.9656.6316.27
Hex121D41483704Be23910
Octal22351011106701133427120
Binary100101110110000011001000110111010010111110001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121D41; }

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

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

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

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

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

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

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

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