#121558

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

Shades of Midnight Blue #121558

Tints of Midnight Blue #121558

Color information

#121558 (or 0x121558) is unknown color: approx Midnight Blue. HEX triplet: 12, 15 and 58. RGB value is (18,21,88). Sum of RGB (Red+Green+Blue) = 18+21+88=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 88 (34.77% from 255 or 69.29% from 127); Max value from RGB is 88 - color contains mainly: blue. Hex color #121558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121558 is #EDEAA7. Grayscale: #1B1B1B. Windows color (decimal): -15592104 or 5772562. OLE color: 5772562.

HSL color Cylindrical-coordinate representation of color #121558: hue angle of 237.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121558 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB182188-
CMYK0.800.7600.65
HSL237.43º66.04%20.78%-
HSV(B)237.43º79.55%34.51%-
XYZ2.281.379.38-
YUV27.74162.01121.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 88 (34.77% from 255) = 69.29%
R=14.17%
G=16.54%
B=69.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1821880.800.7600.65237.4366.0420.78
Hex121558504C041ed4215
Octal2225130120114010135510225
Binary10010101011011000101000010011000100000111101101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121558; }

 p { color: rgb(18,21,88); }

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

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

 a { background-color: rgb(18,21,88); }

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

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

 span { border-color: rgb(18,21,88); }

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