#121F41

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

Shades of Midnight Express #121F41

Tints of Midnight Express #121F41

Color information

#121F41 (or 0x121F41) is unknown color: approx Midnight Express. HEX triplet: 12, 1F and 41. RGB value is (18,31,65). Sum of RGB (Red+Green+Blue) = 18+31+65=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 65 (25.78% from 255 or 57.02% from 114); Max value from RGB is 65 - color contains mainly: blue. Hex color #121F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F41 is #EDE0BE. Grayscale: #1E1E1E. Windows color (decimal): -15589567 or 4267794. OLE color: 4267794.

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

Color convert

RGB183165-
CMYK0.720.5200.75
HSL223.4º56.63%16.27%-
HSV(B)223.4º72.31%25.49%-
XYZ1.691.495.2-
YUV30.99147.19118.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 31 (12.5% from 255) = 27.19%
BLUE value IS 65 (25.78% from 255) = 57.02%
R=15.79%
G=27.19%
B=57.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1831650.720.5200.75223.456.6316.27
Hex121F41483404Bdf3910
Octal22371011106401133377120
Binary100101111110000011001000110100010010111101111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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