#121F35

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

Shades of Midnight Express #121F35

Tints of Midnight Express #121F35

Color information

#121F35 (or 0x121F35) is unknown color: approx Midnight Express. HEX triplet: 12, 1F and 35. RGB value is (18,31,53). Sum of RGB (Red+Green+Blue) = 18+31+53=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 53 (21.09% from 255 or 51.96% from 102); Max value from RGB is 53 - color contains mainly: blue. Hex color #121F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F35 is #EDE0CA. Grayscale: #1D1D1D. Windows color (decimal): -15589579 or 3481362. OLE color: 3481362.

HSL color Cylindrical-coordinate representation of color #121F35: hue angle of 217.71º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #121F35 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB183153-
CMYK0.660.4200.79
HSL217.71º49.3%13.92%-
HSV(B)217.71º66.04%20.78%-
XYZ1.381.373.56-
YUV29.62141.19119.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 53 (21.09% from 255) = 51.96%
R=17.65%
G=30.39%
B=51.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1831530.660.4200.79217.7149.313.92
Hex121F35422A04Fda31e
Octal2237651025201173326116
Binary1001011111110101100001010101001001111110110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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