#122847

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

Shades of Midnight #122847

Tints of Midnight #122847

Color information

#122847 (or 0x122847) is unknown color: approx Midnight. HEX triplet: 12, 28 and 47. RGB value is (18,40,71). Sum of RGB (Red+Green+Blue) = 18+40+71=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #122847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122847 is #EDD7B8. Grayscale: #242424. Windows color (decimal): -15587257 or 4663314. OLE color: 4663314.

HSL color Cylindrical-coordinate representation of color #122847: hue angle of 215.09º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122847 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB184071-
CMYK0.750.4400.72
HSL215.09º59.55%17.45%-
HSV(B)215.09º74.65%27.84%-
XYZ2.152.16.25-
YUV36.96147.21114.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 40 (16.02% from 255) = 31.01%
BLUE value IS 71 (28.12% from 255) = 55.04%
R=13.95%
G=31.01%
B=55.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1840710.750.4400.72215.0959.5517.45
Hex1228474B2C048d73c11
Octal22501071135401103277421
Binary1001010100010001111001011101100010010001101011111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122847; }

 p { color: rgb(18,40,71); }

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

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

 a { background-color: rgb(18,40,71); }

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

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

 span { border-color: rgb(18,40,71); }

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