#121F3D

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

Shades of Midnight Express #121F3D

Tints of Midnight Express #121F3D

Color information

#121F3D (or 0x121F3D) is unknown color: approx Midnight Express. HEX triplet: 12, 1F and 3D. RGB value is (18,31,61). Sum of RGB (Red+Green+Blue) = 18+31+61=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #121F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F3D is #EDE0C2. Grayscale: #1E1E1E. Windows color (decimal): -15589571 or 4005650. OLE color: 4005650.

HSL color Cylindrical-coordinate representation of color #121F3D: hue angle of 221.86º 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 #121F3D is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB183161-
CMYK0.700.4900.76
HSL221.86º54.43%15.49%-
HSV(B)221.86º70.49%23.92%-
XYZ1.581.454.61-
YUV30.53145.19119.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 31 (12.5% from 255) = 28.18%
BLUE value IS 61 (24.22% from 255) = 55.45%
R=16.36%
G=28.18%
B=55.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1831610.700.4900.76221.8654.4315.49
Hex121F3D463104Cde36f
Octal2237751066101143366617
Binary1001011111111101100011011000101001100110111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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