#121F36

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

Shades of Midnight Express #121F36

Tints of Midnight Express #121F36

Color information

#121F36 (or 0x121F36) is unknown color: approx Midnight Express. HEX triplet: 12, 1F and 36. RGB value is (18,31,54). Sum of RGB (Red+Green+Blue) = 18+31+54=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 54 (21.48% from 255 or 52.43% from 103); Max value from RGB is 54 - color contains mainly: blue. Hex color #121F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F36 is #EDE0C9. Grayscale: #1D1D1D. Windows color (decimal): -15589578 or 3546898. OLE color: 3546898.

HSL color Cylindrical-coordinate representation of color #121F36: hue angle of 218.33º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121F36 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB183154-
CMYK0.670.4300.79
HSL218.33º50%14.12%-
HSV(B)218.33º66.67%21.18%-
XYZ1.411.373.68-
YUV29.74141.69119.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 31 (12.5% from 255) = 30.10%
BLUE value IS 54 (21.48% from 255) = 52.43%
R=17.48%
G=30.10%
B=52.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1831540.670.4300.79218.335014.12
Hex121F36432B04Fda32e
Octal2237661035301173326216
Binary1001011111110110100001110101101001111110110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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