#121F44

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

Shades of Midnight Express #121F44

Tints of Midnight Express #121F44

Color information

#121F44 (or 0x121F44) is unknown color: approx Midnight Express. HEX triplet: 12, 1F and 44. RGB value is (18,31,68). Sum of RGB (Red+Green+Blue) = 18+31+68=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 68 (26.95% from 255 or 58.12% from 117); Max value from RGB is 68 - color contains mainly: blue. Hex color #121F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F44 is #EDE0BB. Grayscale: #1F1F1F. Windows color (decimal): -15589564 or 4464402. OLE color: 4464402.

HSL color Cylindrical-coordinate representation of color #121F44: hue angle of 224.4º degrees, saturation: 0.58, 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 #121F44 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB183168-
CMYK0.740.5400.73
HSL224.4º58.14%16.86%-
HSV(B)224.4º73.53%26.67%-
XYZ1.781.535.67-
YUV31.33148.69118.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 31 (12.5% from 255) = 26.50%
BLUE value IS 68 (26.95% from 255) = 58.12%
R=15.38%
G=26.50%
B=58.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1831680.740.5400.73224.458.1416.86
Hex121F444A36049e03a11
Octal22371041126601113407221
Binary100101111110001001001010110110010010011110000011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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