#121F4F

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

Shades of Midnight Express #121F4F

Tints of Midnight Express #121F4F

Color information

#121F4F (or 0x121F4F) is unknown color: approx Midnight Express. HEX triplet: 12, 1F and 4F. RGB value is (18,31,79). Sum of RGB (Red+Green+Blue) = 18+31+79=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #121F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F4F is #EDE0B0. Grayscale: #202020. Windows color (decimal): -15589553 or 5185298. OLE color: 5185298.

HSL color Cylindrical-coordinate representation of color #121F4F: hue angle of 227.21º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121F4F is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB183179-
CMYK0.770.6100.69
HSL227.21º62.89%19.02%-
HSV(B)227.21º77.22%30.98%-
XYZ2.151.677.61-
YUV32.58154.19117.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 79 (31.25% from 255) = 61.72%
R=14.06%
G=24.22%
B=61.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1831790.770.6100.69227.2162.8919.02
Hex121F4F4D3D045e33f13
Octal22371171157501053437723
Binary100101111110011111001101111101010001011110001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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