#121F34

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

Shades of Midnight Express #121F34

Tints of Midnight Express #121F34

Color information

#121F34 (or 0x121F34) is unknown color: approx Midnight Express. HEX triplet: 12, 1F and 34. RGB value is (18,31,52). Sum of RGB (Red+Green+Blue) = 18+31+52=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #121F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F34 is #EDE0CB. Grayscale: #1D1D1D. Windows color (decimal): -15589580 or 3415826. OLE color: 3415826.

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

Color convert

RGB183152-
CMYK0.650.4000.80
HSL217.06º48.57%13.73%-
HSV(B)217.06º65.38%20.39%-
XYZ1.361.363.44-
YUV29.51140.69119.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 31 (12.5% from 255) = 30.69%
BLUE value IS 52 (20.70% from 255) = 51.49%
R=17.82%
G=30.69%
B=51.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1831520.650.4000.80217.0648.5713.73
Hex121F344128050d931e
Octal2237641015001203316116
Binary1001011111110100100000110100001010000110110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121F34; }

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

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

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

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

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

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

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

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