#122785

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

Shades of Midnight Blue #122785

Tints of Midnight Blue #122785

Color information

#122785 (or 0x122785) is unknown color: approx Midnight Blue. HEX triplet: 12, 27 and 85. RGB value is (18,39,133). Sum of RGB (Red+Green+Blue) = 18+39+133=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #122785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122785 is #EDD87A. Grayscale: #2B2B2B. Windows color (decimal): -15587451 or 8726290. OLE color: 8726290.

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

Color convert

RGB1839133-
CMYK0.860.7100.48
HSL229.04º76.16%29.61%-
HSV(B)229.04º86.47%52.16%-
XYZ5.213.2722.55-
YUV43.44178.54109.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 133 (52.34% from 255) = 70%
R=9.47%
G=20.53%
B=70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18391330.860.7100.48229.0476.1629.61
Hex1227855647030e54c1e
Octal224720512610706034511436
Binary100101001111000010110101101000111011000011100101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122785; }

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

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

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

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

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

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

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

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