#122946

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

Shades of Midnight #122946

Tints of Midnight #122946

Color information

#122946 (or 0x122946) is unknown color: approx Midnight. HEX triplet: 12, 29 and 46. RGB value is (18,41,70). Sum of RGB (Red+Green+Blue) = 18+41+70=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #122946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122946 is #EDD6B9. Grayscale: #252525. Windows color (decimal): -15587002 or 4598034. OLE color: 4598034.

HSL color Cylindrical-coordinate representation of color #122946: hue angle of 213.46º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #122946 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB184170-
CMYK0.740.4100.73
HSL213.46º59.09%17.25%-
HSV(B)213.46º74.29%27.45%-
XYZ2.152.166.1-
YUV37.43146.38114.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 41 (16.41% from 255) = 31.78%
BLUE value IS 70 (27.73% from 255) = 54.26%
R=13.95%
G=31.78%
B=54.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1841700.740.4100.73213.4659.0917.25
Hex1229464A29049d53b11
Octal22511061125101113257321
Binary1001010100110001101001010101001010010011101010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122946; }

 p { color: rgb(18,41,70); }

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

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

 a { background-color: rgb(18,41,70); }

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

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

 span { border-color: rgb(18,41,70); }

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