#121A3D

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

Shades of Midnight Express #121A3D

Tints of Midnight Express #121A3D

Color information

#121A3D (or 0x121A3D) is unknown color: approx Midnight Express. HEX triplet: 12, 1A and 3D. RGB value is (18,26,61). Sum of RGB (Red+Green+Blue) = 18+26+61=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #121A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A3D is #EDE5C2. Grayscale: #1B1B1B. Windows color (decimal): -15590851 or 4004370. OLE color: 4004370.

HSL color Cylindrical-coordinate representation of color #121A3D: hue angle of 228.84º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #121A3D is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB182661-
CMYK0.700.5700.76
HSL228.84º54.43%15.49%-
HSV(B)228.84º70.49%23.92%-
XYZ1.461.24.57-
YUV27.6146.85121.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 26 (10.55% from 255) = 24.76%
BLUE value IS 61 (24.22% from 255) = 58.10%
R=17.14%
G=24.76%
B=58.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1826610.700.5700.76228.8454.4315.49
Hex121A3D463904Ce536f
Octal2232751067101143456617
Binary1001011010111101100011011100101001100111001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,26,61); }

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

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

 a { background-color: rgb(18,26,61); }

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

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

 span { border-color: rgb(18,26,61); }

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