#121A3A

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

Shades of Midnight Express #121A3A

Tints of Midnight Express #121A3A

Color information

#121A3A (or 0x121A3A) is unknown color: approx Midnight Express. HEX triplet: 12, 1A and 3A. RGB value is (18,26,58). Sum of RGB (Red+Green+Blue) = 18+26+58=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 58 (23.05% from 255 or 56.86% from 102); Max value from RGB is 58 - color contains mainly: blue. Hex color #121A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A3A is #EDE5C5. Grayscale: #1B1B1B. Windows color (decimal): -15590854 or 3807762. OLE color: 3807762.

HSL color Cylindrical-coordinate representation of color #121A3A: hue angle of 228º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #121A3A is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB182658-
CMYK0.690.5500.77
HSL228º52.63%14.9%-
HSV(B)228º68.97%22.75%-
XYZ1.381.174.16-
YUV27.26145.35121.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 26 (10.55% from 255) = 25.49%
BLUE value IS 58 (23.05% from 255) = 56.86%
R=17.65%
G=25.49%
B=56.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1826580.690.5500.7722852.6314.9
Hex121A3A453704De435f
Octal2232721056701153446517
Binary1001011010111010100010111011101001101111001001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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