#122C51

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

Shades of Midnight #122C51

Tints of Midnight #122C51

Color information

#122C51 (or 0x122C51) is unknown color: approx Midnight. HEX triplet: 12, 2C and 51. RGB value is (18,44,81). Sum of RGB (Red+Green+Blue) = 18+44+81=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #122C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C51 is #EDD3AE. Grayscale: #282828. Windows color (decimal): -15586223 or 5319698. OLE color: 5319698.

HSL color Cylindrical-coordinate representation of color #122C51: hue angle of 215.24º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122C51 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB184481-
CMYK0.780.4600.68
HSL215.24º63.64%19.41%-
HSV(B)215.24º77.78%31.76%-
XYZ2.642.528.13-
YUV40.44150.89111.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 44 (17.58% from 255) = 30.77%
BLUE value IS 81 (32.03% from 255) = 56.64%
R=12.59%
G=30.77%
B=56.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1844810.780.4600.68215.2463.6419.41
Hex122C514E2E044d74013
Octal225412111656010432710023
Binary10010101100101000110011101011100100010011010111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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