#121834

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

Shades of Midnight Express #121834

Tints of Midnight Express #121834

Color information

#121834 (or 0x121834) is unknown color: approx Midnight Express. HEX triplet: 12, 18 and 34. RGB value is (18,24,52). Sum of RGB (Red+Green+Blue) = 18+24+52=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #121834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121834 is #EDE7CB. Grayscale: #191919. Windows color (decimal): -15591372 or 3414034. OLE color: 3414034.

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

Color convert

RGB182452-
CMYK0.650.5400.80
HSL229.41º48.57%13.73%-
HSV(B)229.41º65.38%20.39%-
XYZ1.21.033.38-
YUV25.4143.01122.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 52 (20.70% from 255) = 55.32%
R=19.15%
G=25.53%
B=55.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1824520.650.5400.80229.4148.5713.73
Hex1218344136050e531e
Octal2230641016601203456116
Binary1001011000110100100000111011001010000111001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121834; }

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

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

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

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

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

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

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

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