#121F3F

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

Shades of Midnight Express #121F3F

Tints of Midnight Express #121F3F

Color information

#121F3F (or 0x121F3F) is unknown color: approx Midnight Express. HEX triplet: 12, 1F and 3F. RGB value is (18,31,63). Sum of RGB (Red+Green+Blue) = 18+31+63=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #121F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F3F is #EDE0C0. Grayscale: #1E1E1E. Windows color (decimal): -15589569 or 4136722. OLE color: 4136722.

HSL color Cylindrical-coordinate representation of color #121F3F: hue angle of 222.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #121F3F is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB183163-
CMYK0.710.5100.75
HSL222.67º55.56%15.88%-
HSV(B)222.67º71.43%24.71%-
XYZ1.641.474.9-
YUV30.76146.19118.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 31 (12.5% from 255) = 27.68%
BLUE value IS 63 (25% from 255) = 56.25%
R=16.07%
G=27.68%
B=56.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1831630.710.5100.75222.6755.5615.88
Hex121F3F473304Bdf3810
Octal2237771076301133377020
Binary10010111111111111000111110011010010111101111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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