#122B50

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

Shades of Midnight #122B50

Tints of Midnight #122B50

Color information

#122B50 (or 0x122B50) is unknown color: approx Midnight. HEX triplet: 12, 2B and 50. RGB value is (18,43,80). Sum of RGB (Red+Green+Blue) = 18+43+80=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #122B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B50 is #EDD4AF. Grayscale: #272727. Windows color (decimal): -15586480 or 5253906. OLE color: 5253906.

HSL color Cylindrical-coordinate representation of color #122B50: hue angle of 215.81º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #122B50 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB184380-
CMYK0.780.4600.69
HSL215.81º63.27%19.22%-
HSV(B)215.81º77.5%31.37%-
XYZ2.562.447.92-
YUV39.74150.72112.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 43 (17.19% from 255) = 30.50%
BLUE value IS 80 (31.64% from 255) = 56.74%
R=12.77%
G=30.50%
B=56.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1843800.780.4600.69215.8163.2719.22
Hex122B504E2E045d83f13
Octal22531201165601053307723
Binary1001010101110100001001110101110010001011101100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,43,80); }

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

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

 a { background-color: rgb(18,43,80); }

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

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

 span { border-color: rgb(18,43,80); }

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