#121D37

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

Shades of Midnight Express #121D37

Tints of Midnight Express #121D37

Color information

#121D37 (or 0x121D37) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 37. RGB value is (18,29,55). Sum of RGB (Red+Green+Blue) = 18+29+55=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 55 (21.88% from 255 or 53.92% from 102); Max value from RGB is 55 - color contains mainly: blue. Hex color #121D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D37 is #EDE2C8. Grayscale: #1C1C1C. Windows color (decimal): -15590089 or 3611922. OLE color: 3611922.

HSL color Cylindrical-coordinate representation of color #121D37: hue angle of 222.16º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121D37 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB182955-
CMYK0.670.4700.78
HSL222.16º50.68%14.31%-
HSV(B)222.16º67.27%21.57%-
XYZ1.381.283.79-
YUV28.68142.86120.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 29 (11.72% from 255) = 28.43%
BLUE value IS 55 (21.88% from 255) = 53.92%
R=17.65%
G=28.43%
B=53.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1829550.670.4700.78222.1650.6814.31
Hex121D37432F04Ede33e
Octal2235671035701163366316
Binary1001011101110111100001110111101001110110111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,29,55); }

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

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

 a { background-color: rgb(18,29,55); }

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

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

 span { border-color: rgb(18,29,55); }

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