#121F39

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

Shades of Midnight Express #121F39

Tints of Midnight Express #121F39

Color information

#121F39 (or 0x121F39) is unknown color: approx Midnight Express. HEX triplet: 12, 1F and 39. RGB value is (18,31,57). Sum of RGB (Red+Green+Blue) = 18+31+57=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #121F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F39 is #EDE0C6. Grayscale: #1D1D1D. Windows color (decimal): -15589575 or 3743506. OLE color: 3743506.

HSL color Cylindrical-coordinate representation of color #121F39: hue angle of 220º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121F39 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB183157-
CMYK0.680.4600.78
HSL220º52%14.71%-
HSV(B)220º68.42%22.35%-
XYZ1.481.44.06-
YUV30.08143.19119.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 57 (22.66% from 255) = 53.77%
R=16.98%
G=29.25%
B=53.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1831570.680.4600.782205214.71
Hex121F39442E04Edc34f
Octal2237711045601163346417
Binary1001011111111001100010010111001001110110111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,31,57); }

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

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

 a { background-color: rgb(18,31,57); }

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

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

 span { border-color: rgb(18,31,57); }

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