#122385

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

Shades of Midnight Blue #122385

Tints of Midnight Blue #122385

Color information

#122385 (or 0x122385) is unknown color: approx Midnight Blue. HEX triplet: 12, 23 and 85. RGB value is (18,35,133). Sum of RGB (Red+Green+Blue) = 18+35+133=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #122385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122385 is #EDDC7A. Grayscale: #282828. Windows color (decimal): -15588475 or 8725266. OLE color: 8725266.

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

Color convert

RGB1835133-
CMYK0.860.7400.48
HSL231.13º76.16%29.61%-
HSV(B)231.13º86.47%52.16%-
XYZ5.083.0222.51-
YUV41.09179.87111.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 133 (52.34% from 255) = 71.51%
R=9.68%
G=18.82%
B=71.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18351330.860.7400.48231.1376.1629.61
Hex122385564A030e74c1e
Octal224320512611206034711436
Binary100101000111000010110101101001010011000011100111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122385; }

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

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

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

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

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

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

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

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