#122746

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

Shades of Midnight #122746

Tints of Midnight #122746

Color information

#122746 (or 0x122746) is unknown color: approx Midnight. HEX triplet: 12, 27 and 46. RGB value is (18,39,70). Sum of RGB (Red+Green+Blue) = 18+39+70=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 70 (27.73% from 255 or 55.12% from 127); Max value from RGB is 70 - color contains mainly: blue. Hex color #122746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122746 is #EDD8B9. Grayscale: #242424. Windows color (decimal): -15587514 or 4597522. OLE color: 4597522.

HSL color Cylindrical-coordinate representation of color #122746: hue angle of 215.77º 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 #122746 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB183970-
CMYK0.740.4400.73
HSL215.77º59.09%17.25%-
HSV(B)215.77º74.29%27.45%-
XYZ2.082.026.07-
YUV36.25147.04114.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 70 (27.73% from 255) = 55.12%
R=14.17%
G=30.71%
B=55.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1839700.740.4400.73215.7759.0917.25
Hex1227464A2C049d83b11
Octal22471061125401113307321
Binary1001010011110001101001010101100010010011101100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122746; }

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

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

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

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

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

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

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

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