#122682

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

Shades of Midnight Blue #122682

Tints of Midnight Blue #122682

Color information

#122682 (or 0x122682) is unknown color: approx Midnight Blue. HEX triplet: 12, 26 and 82. RGB value is (18,38,130). Sum of RGB (Red+Green+Blue) = 18+38+130=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 130 (51.17% from 255 or 69.89% from 186); Max value from RGB is 130 - color contains mainly: blue. Hex color #122682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122682 is #EDD97D. Grayscale: #2A2A2A. Windows color (decimal): -15587710 or 8529426. OLE color: 8529426.

HSL color Cylindrical-coordinate representation of color #122682: hue angle of 229.29º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122682 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1838130-
CMYK0.860.7100.49
HSL229.29º75.68%29.02%-
HSV(B)229.29º86.15%50.98%-
XYZ4.973.1321.46-
YUV42.51177.37110.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 130 (51.17% from 255) = 69.89%
R=9.68%
G=20.43%
B=69.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18381300.860.7100.49229.2975.6829.02
Hex1226825647031e54c1d
Octal224620212610706134511435
Binary100101001101000001010101101000111011000111100101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122682; }

 p { color: rgb(18,38,130); }

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

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

 a { background-color: rgb(18,38,130); }

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

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

 span { border-color: rgb(18,38,130); }

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