#122D4E

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

Shades of Midnight #122D4E

Tints of Midnight #122D4E

Color information

#122D4E (or 0x122D4E) is unknown color: approx Midnight. HEX triplet: 12, 2D and 4E. RGB value is (18,45,78). Sum of RGB (Red+Green+Blue) = 18+45+78=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #122D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D4E is #EDD2B1. Grayscale: #282828. Windows color (decimal): -15585970 or 5123346. OLE color: 5123346.

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

Color convert

RGB184578-
CMYK0.770.4200.69
HSL213º62.5%18.82%-
HSV(B)213º76.92%30.59%-
XYZ2.562.567.57-
YUV40.69149.05111.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 45 (17.97% from 255) = 31.91%
BLUE value IS 78 (30.86% from 255) = 55.32%
R=12.77%
G=31.91%
B=55.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1845780.770.4200.6921362.518.82
Hex122D4E4D2A045d53e13
Octal22551161155201053257623
Binary1001010110110011101001101101010010001011101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,45,78); }

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

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

 a { background-color: rgb(18,45,78); }

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

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

 span { border-color: rgb(18,45,78); }

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