#121B39

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

Shades of Midnight Express #121B39

Tints of Midnight Express #121B39

Color information

#121B39 (or 0x121B39) is unknown color: approx Midnight Express. HEX triplet: 12, 1B and 39. RGB value is (18,27,57). Sum of RGB (Red+Green+Blue) = 18+27+57=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 57 (22.66% from 255 or 55.88% from 102); Max value from RGB is 57 - color contains mainly: blue. Hex color #121B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B39 is #EDE4C6. Grayscale: #1B1B1B. Windows color (decimal): -15590599 or 3742482. OLE color: 3742482.

HSL color Cylindrical-coordinate representation of color #121B39: hue angle of 226.15º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121B39 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB182757-
CMYK0.680.5300.78
HSL226.15º52%14.71%-
HSV(B)226.15º68.42%22.35%-
XYZ1.381.214.03-
YUV27.73144.52121.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 27 (10.94% from 255) = 26.47%
BLUE value IS 57 (22.66% from 255) = 55.88%
R=17.65%
G=26.47%
B=55.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1827570.680.5300.78226.155214.71
Hex121B39443504Ee234f
Octal2233711046501163426417
Binary1001011011111001100010011010101001110111000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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