#122489

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

Shades of Midnight Blue #122489

Tints of Midnight Blue #122489

Color information

#122489 (or 0x122489) is unknown color: approx Midnight Blue. HEX triplet: 12, 24 and 89. RGB value is (18,36,137). Sum of RGB (Red+Green+Blue) = 18+36+137=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #122489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122489 is #EDDB76. Grayscale: #292929. Windows color (decimal): -15588215 or 8987666. OLE color: 8987666.

HSL color Cylindrical-coordinate representation of color #122489: hue angle of 230.92º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #122489 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1836137-
CMYK0.870.7400.46
HSL230.92º76.77%30.39%-
HSV(B)230.92º86.86%53.73%-
XYZ5.43.224-
YUV42.13181.54110.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 137 (53.91% from 255) = 71.73%
R=9.42%
G=18.85%
B=71.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18361370.870.7400.46230.9276.7730.39
Hex122489574A02Ee74d1e
Octal224421112711205634711536
Binary100101001001000100110101111001010010111011100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122489; }

 p { color: rgb(18,36,137); }

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

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

 a { background-color: rgb(18,36,137); }

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

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

 span { border-color: rgb(18,36,137); }

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