#121735

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

Shades of Midnight Express #121735

Tints of Midnight Express #121735

Color information

#121735 (or 0x121735) is unknown color: approx Midnight Express. HEX triplet: 12, 17 and 35. RGB value is (18,23,53). Sum of RGB (Red+Green+Blue) = 18+23+53=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 53 (21.09% from 255 or 56.38% from 94); Max value from RGB is 53 - color contains mainly: blue. Hex color #121735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121735 is #EDE8CA. Grayscale: #181818. Windows color (decimal): -15591627 or 3479314. OLE color: 3479314.

HSL color Cylindrical-coordinate representation of color #121735: hue angle of 231.43º 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 #121735 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB182353-
CMYK0.660.5700.79
HSL231.43º49.3%13.92%-
HSV(B)231.43º66.04%20.78%-
XYZ1.213.5-
YUV24.92143.84123.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 23 (9.38% from 255) = 24.47%
BLUE value IS 53 (21.09% from 255) = 56.38%
R=19.15%
G=24.47%
B=56.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1823530.660.5700.79231.4349.313.92
Hex121735423904Fe731e
Octal2227651027101173476116
Binary1001010111110101100001011100101001111111001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121735; }

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

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

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

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

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

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

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

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