#121B4D

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

Shades of Midnight Express #121B4D

Tints of Midnight Express #121B4D

Color information

#121B4D (or 0x121B4D) is unknown color: approx Midnight Express. HEX triplet: 12, 1B and 4D. RGB value is (18,27,77). Sum of RGB (Red+Green+Blue) = 18+27+77=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #121B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B4D is #EDE4B2. Grayscale: #1D1D1D. Windows color (decimal): -15590579 or 5053202. OLE color: 5053202.

HSL color Cylindrical-coordinate representation of color #121B4D: hue angle of 230.85º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121B4D is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB182777-
CMYK0.770.6500.70
HSL230.85º62.11%18.63%-
HSV(B)230.85º76.62%30.2%-
XYZ1.981.457.2-
YUV30.01154.52119.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 27 (10.94% from 255) = 22.13%
BLUE value IS 77 (30.47% from 255) = 63.11%
R=14.75%
G=22.13%
B=63.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1827770.770.6500.70230.8562.1118.63
Hex121B4D4D41046e73e13
Octal223311511510101063477623
Binary1001011011100110110011011000001010001101110011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,27,77); }

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

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

 a { background-color: rgb(18,27,77); }

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

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

 span { border-color: rgb(18,27,77); }

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