#121B34

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

Shades of Midnight Express #121B34

Tints of Midnight Express #121B34

Color information

#121B34 (or 0x121B34) is unknown color: approx Midnight Express. HEX triplet: 12, 1B and 34. RGB value is (18,27,52). Sum of RGB (Red+Green+Blue) = 18+27+52=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #121B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B34 is #EDE4CB. Grayscale: #1B1B1B. Windows color (decimal): -15590604 or 3414802. OLE color: 3414802.

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

Color convert

RGB182752-
CMYK0.650.4800.80
HSL224.12º48.57%13.73%-
HSV(B)224.12º65.38%20.39%-
XYZ1.261.163.41-
YUV27.16142.02121.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 27 (10.94% from 255) = 27.84%
BLUE value IS 52 (20.70% from 255) = 53.61%
R=18.56%
G=27.84%
B=53.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1827520.650.4800.80224.1248.5713.73
Hex121B344130050e031e
Octal2233641016001203406116
Binary1001011011110100100000111000001010000111000001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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