#121934

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

Shades of Midnight Express #121934

Tints of Midnight Express #121934

Color information

#121934 (or 0x121934) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 34. RGB value is (18,25,52). Sum of RGB (Red+Green+Blue) = 18+25+52=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #121934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121934 is #EDE6CB. Grayscale: #191919. Windows color (decimal): -15591116 or 3414290. OLE color: 3414290.

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

Color convert

RGB182552-
CMYK0.650.5200.80
HSL227.65º48.57%13.73%-
HSV(B)227.65º65.38%20.39%-
XYZ1.221.073.39-
YUV25.98142.68122.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 52 (20.70% from 255) = 54.74%
R=18.95%
G=26.32%
B=54.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1825520.650.5200.80227.6548.5713.73
Hex1219344134050e431e
Octal2231641016401203446116
Binary1001011001110100100000111010001010000111001001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121934; }

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

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

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

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

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

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

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

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