#121F32

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

Shades of Midnight Express #121F32

Tints of Midnight Express #121F32

Color information

#121F32 (or 0x121F32) is unknown color: approx Midnight Express. HEX triplet: 12, 1F and 32. RGB value is (18,31,50). Sum of RGB (Red+Green+Blue) = 18+31+50=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #121F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F32 is #EDE0CD. Grayscale: #1D1D1D. Windows color (decimal): -15589582 or 3284754. OLE color: 3284754.

HSL color Cylindrical-coordinate representation of color #121F32: hue angle of 215.62º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #121F32 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB183150-
CMYK0.640.3800.80
HSL215.62º47.06%13.33%-
HSV(B)215.62º64%19.61%-
XYZ1.321.343.21-
YUV29.28139.69119.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 31 (12.5% from 255) = 31.31%
BLUE value IS 50 (19.92% from 255) = 50.51%
R=18.18%
G=31.31%
B=50.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1831500.640.3800.80215.6247.0613.33
Hex121F324026050d82fd
Octal2237621004601203305715
Binary1001011111110010100000010011001010000110110001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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