#121C41

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

Shades of Midnight Express #121C41

Tints of Midnight Express #121C41

Color information

#121C41 (or 0x121C41) is unknown color: approx Midnight Express. HEX triplet: 12, 1C and 41. RGB value is (18,28,65). Sum of RGB (Red+Green+Blue) = 18+28+65=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #121C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C41 is #EDE3BE. Grayscale: #1D1D1D. Windows color (decimal): -15590335 or 4267026. OLE color: 4267026.

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

Color convert

RGB182865-
CMYK0.720.5700.75
HSL227.23º56.63%16.27%-
HSV(B)227.23º72.31%25.49%-
XYZ1.621.345.17-
YUV29.23148.19119.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 28 (11.33% from 255) = 25.23%
BLUE value IS 65 (25.78% from 255) = 58.56%
R=16.22%
G=25.23%
B=58.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1828650.720.5700.75227.2356.6316.27
Hex121C41483904Be33910
Octal22341011107101133437120
Binary100101110010000011001000111001010010111110001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,28,65); }

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

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

 a { background-color: rgb(18,28,65); }

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

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

 span { border-color: rgb(18,28,65); }

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