#121337

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

Shades of Midnight Express #121337

Tints of Midnight Express #121337

Color information

#121337 (or 0x121337) is unknown color: approx Midnight Express. HEX triplet: 12, 13 and 37. RGB value is (18,19,55). Sum of RGB (Red+Green+Blue) = 18+19+55=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 55 (21.88% from 255 or 59.78% from 92); Max value from RGB is 55 - color contains mainly: blue. Hex color #121337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121337 is #EDECC8. Grayscale: #161616. Windows color (decimal): -15592649 or 3609362. OLE color: 3609362.

HSL color Cylindrical-coordinate representation of color #121337: hue angle of 238.38º 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 #121337 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB181955-
CMYK0.670.6500.78
HSL238.38º50.68%14.31%-
HSV(B)238.38º67.27%21.57%-
XYZ1.170.873.72-
YUV22.8146.17124.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 19 (7.81% from 255) = 20.65%
BLUE value IS 55 (21.88% from 255) = 59.78%
R=19.57%
G=20.65%
B=59.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1819550.670.6500.78238.3850.6814.31
Hex121337434104Eee33e
Octal22236710310101163566316
Binary10010100111101111000011100000101001110111011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121337; }

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

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

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

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

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

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

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

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