#122A4D

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

Shades of Midnight #122A4D

Tints of Midnight #122A4D

Color information

#122A4D (or 0x122A4D) is unknown color: approx Midnight. HEX triplet: 12, 2A and 4D. RGB value is (18,42,77). Sum of RGB (Red+Green+Blue) = 18+42+77=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #122A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A4D is #EDD5B2. Grayscale: #262626. Windows color (decimal): -15586739 or 5057042. OLE color: 5057042.

HSL color Cylindrical-coordinate representation of color #122A4D: hue angle of 215.59º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #122A4D is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB184277-
CMYK0.770.4500.70
HSL215.59º62.11%18.63%-
HSV(B)215.59º76.62%30.2%-
XYZ2.422.327.34-
YUV38.81149.55113.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 42 (16.80% from 255) = 30.66%
BLUE value IS 77 (30.47% from 255) = 56.20%
R=13.14%
G=30.66%
B=56.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1842770.770.4500.70215.5962.1118.63
Hex122A4D4D2D046d83e13
Octal22521151155501063307623
Binary1001010101010011011001101101101010001101101100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122A4D; }

 p { color: rgb(18,42,77); }

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

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

 a { background-color: rgb(18,42,77); }

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

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

 span { border-color: rgb(18,42,77); }

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