#121734

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

Shades of Midnight Express #121734

Tints of Midnight Express #121734

Color information

#121734 (or 0x121734) is unknown color: approx Midnight Express. HEX triplet: 12, 17 and 34. RGB value is (18,23,52). Sum of RGB (Red+Green+Blue) = 18+23+52=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 52 (20.70% from 255 or 55.91% from 93); Max value from RGB is 52 - color contains mainly: blue. Hex color #121734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121734 is #EDE8CB. Grayscale: #181818. Windows color (decimal): -15591628 or 3413778. OLE color: 3413778.

HSL color Cylindrical-coordinate representation of color #121734: hue angle of 231.18º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121734 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB182352-
CMYK0.650.5600.80
HSL231.18º48.57%13.73%-
HSV(B)231.18º65.38%20.39%-
XYZ1.180.993.38-
YUV24.81143.34123.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 23 (9.38% from 255) = 24.73%
BLUE value IS 52 (20.70% from 255) = 55.91%
R=19.35%
G=24.73%
B=55.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1823520.650.5600.80231.1848.5713.73
Hex1217344138050e731e
Octal2227641017001203476116
Binary1001010111110100100000111100001010000111001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121734; }

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

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

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

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

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

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

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

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