#121F43

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

Shades of Midnight Express #121F43

Tints of Midnight Express #121F43

Color information

#121F43 (or 0x121F43) is unknown color: approx Midnight Express. HEX triplet: 12, 1F and 43. RGB value is (18,31,67). Sum of RGB (Red+Green+Blue) = 18+31+67=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #121F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F43 is #EDE0BC. Grayscale: #1F1F1F. Windows color (decimal): -15589565 or 4398866. OLE color: 4398866.

HSL color Cylindrical-coordinate representation of color #121F43: hue angle of 224.08º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #121F43 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB183167-
CMYK0.730.5400.74
HSL224.08º57.65%16.67%-
HSV(B)224.08º73.13%26.27%-
XYZ1.751.515.51-
YUV31.22148.19118.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 67 (26.56% from 255) = 57.76%
R=15.52%
G=26.72%
B=57.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1831670.730.5400.74224.0857.6516.67
Hex121F43493604Ae03a11
Octal22371031116601123407221
Binary100101111110000111001001110110010010101110000011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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