#122C4C

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

Shades of Midnight #122C4C

Tints of Midnight #122C4C

Color information

#122C4C (or 0x122C4C) is unknown color: approx Midnight. HEX triplet: 12, 2C and 4C. RGB value is (18,44,76). Sum of RGB (Red+Green+Blue) = 18+44+76=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #122C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C4C is #EDD3B3. Grayscale: #272727. Windows color (decimal): -15586228 or 4992018. OLE color: 4992018.

HSL color Cylindrical-coordinate representation of color #122C4C: hue angle of 213.1º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #122C4C is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB184476-
CMYK0.760.4200.70
HSL213.1º61.7%18.43%-
HSV(B)213.1º76.32%29.8%-
XYZ2.452.457.18-
YUV39.87148.39112.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.04%
GREEN value IS 44 (17.58% from 255) = 31.88%
BLUE value IS 76 (30.08% from 255) = 55.07%
R=13.04%
G=31.88%
B=55.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1844760.760.4200.70213.161.718.43
Hex122C4C4C2A046d53e12
Octal22541141145201063257622
Binary1001010110010011001001100101010010001101101010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,44,76); }

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

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

 a { background-color: rgb(18,44,76); }

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

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

 span { border-color: rgb(18,44,76); }

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