#122947

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

Shades of Midnight #122947

Tints of Midnight #122947

Color information

#122947 (or 0x122947) is unknown color: approx Midnight. HEX triplet: 12, 29 and 47. RGB value is (18,41,71). Sum of RGB (Red+Green+Blue) = 18+41+71=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #122947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122947 is #EDD6B8. Grayscale: #252525. Windows color (decimal): -15587001 or 4663570. OLE color: 4663570.

HSL color Cylindrical-coordinate representation of color #122947: hue angle of 213.96º 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 #122947 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB184171-
CMYK0.750.4200.72
HSL213.96º59.55%17.45%-
HSV(B)213.96º74.65%27.84%-
XYZ2.182.176.27-
YUV37.54146.88114.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 71 (28.12% from 255) = 54.62%
R=13.85%
G=31.54%
B=54.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1841710.750.4200.72213.9659.5517.45
Hex1229474B2A048d63c11
Octal22511071135201103267421
Binary1001010100110001111001011101010010010001101011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122947; }

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

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

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

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

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

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

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

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