#122085

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

Shades of Midnight Blue #122085

Tints of Midnight Blue #122085

Color information

#122085 (or 0x122085) is unknown color: approx Midnight Blue. HEX triplet: 12, 20 and 85. RGB value is (18,32,133). Sum of RGB (Red+Green+Blue) = 18+32+133=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #122085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122085 is #EDDF7A. Grayscale: #262626. Windows color (decimal): -15589243 or 8724498. OLE color: 8724498.

HSL color Cylindrical-coordinate representation of color #122085: hue angle of 232.7º 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 #122085 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1832133-
CMYK0.860.7600.48
HSL232.7º76.16%29.61%-
HSV(B)232.7º86.47%52.16%-
XYZ52.8622.48-
YUV39.33180.86112.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 133 (52.34% from 255) = 72.68%
R=9.84%
G=17.49%
B=72.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18321330.860.7600.48232.776.1629.61
Hex122085564C030e94c1e
Octal224020512611406035111436
Binary100101000001000010110101101001100011000011101001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122085; }

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

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

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

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

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

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

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

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