#121335

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

Shades of Midnight Express #121335

Tints of Midnight Express #121335

Color information

#121335 (or 0x121335) is unknown color: approx Midnight Express. HEX triplet: 12, 13 and 35. RGB value is (18,19,53). Sum of RGB (Red+Green+Blue) = 18+19+53=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 53 (21.09% from 255 or 58.89% from 90); Max value from RGB is 53 - color contains mainly: blue. Hex color #121335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121335 is #EDECCA. Grayscale: #161616. Windows color (decimal): -15592651 or 3478290. OLE color: 3478290.

HSL color Cylindrical-coordinate representation of color #121335: hue angle of 238.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #121335 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB181953-
CMYK0.660.6400.79
HSL238.29º49.3%13.92%-
HSV(B)238.29º66.04%20.78%-
XYZ1.120.853.47-
YUV22.58145.17124.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 53 (21.09% from 255) = 58.89%
R=20%
G=21.11%
B=58.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1819530.660.6400.79238.2949.313.92
Hex121335424004Fee31e
Octal22236510210001173566116
Binary10010100111101011000010100000001001111111011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121335; }

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

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

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

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

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

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

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

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