#122286

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

Shades of Midnight Blue #122286

Tints of Midnight Blue #122286

Color information

#122286 (or 0x122286) is unknown color: approx Midnight Blue. HEX triplet: 12, 22 and 86. RGB value is (18,34,134). Sum of RGB (Red+Green+Blue) = 18+34+134=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 134 (52.73% from 255 or 72.04% from 186); Max value from RGB is 134 - color contains mainly: blue. Hex color #122286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122286 is #EDDD79. Grayscale: #282828. Windows color (decimal): -15588730 or 8790546. OLE color: 8790546.

HSL color Cylindrical-coordinate representation of color #122286: hue angle of 231.72º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #122286 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1834134-
CMYK0.870.7500.47
HSL231.72º76.32%29.8%-
HSV(B)231.72º86.57%52.55%-
XYZ5.122.9922.86-
YUV40.62180.7111.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 134 (52.73% from 255) = 72.04%
R=9.68%
G=18.28%
B=72.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18341340.870.7500.47231.7276.3229.8
Hex122286574B02Fe84c1e
Octal224220612711305735011436
Binary100101000101000011010101111001011010111111101000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122286; }

 p { color: rgb(18,34,134); }

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

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

 a { background-color: rgb(18,34,134); }

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

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

 span { border-color: rgb(18,34,134); }

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