#122485

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

Shades of Midnight Blue #122485

Tints of Midnight Blue #122485

Color information

#122485 (or 0x122485) is unknown color: approx Midnight Blue. HEX triplet: 12, 24 and 85. RGB value is (18,36,133). Sum of RGB (Red+Green+Blue) = 18+36+133=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #122485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122485 is #EDDB7A. Grayscale: #292929. Windows color (decimal): -15588219 or 8725522. OLE color: 8725522.

HSL color Cylindrical-coordinate representation of color #122485: hue angle of 230.61º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122485 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1836133-
CMYK0.860.7300.48
HSL230.61º76.16%29.61%-
HSV(B)230.61º86.47%52.16%-
XYZ5.113.0822.52-
YUV41.68179.54111.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 133 (52.34% from 255) = 71.12%
R=9.63%
G=19.25%
B=71.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18361330.860.7300.48230.6176.1629.61
Hex1224855649030e74c1e
Octal224420512611106034711436
Binary100101001001000010110101101001001011000011100111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122485; }

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

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

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

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

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

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

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

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