#122C4E

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

Shades of Midnight #122C4E

Tints of Midnight #122C4E

Color information

#122C4E (or 0x122C4E) is unknown color: approx Midnight. HEX triplet: 12, 2C and 4E. RGB value is (18,44,78). Sum of RGB (Red+Green+Blue) = 18+44+78=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #122C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C4E is #EDD3B1. Grayscale: #272727. Windows color (decimal): -15586226 or 5123090. OLE color: 5123090.

HSL color Cylindrical-coordinate representation of color #122C4E: hue angle of 214º degrees, saturation: 0.62, 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 #122C4E is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB184478-
CMYK0.770.4400.69
HSL214º62.5%18.82%-
HSV(B)214º76.92%30.59%-
XYZ2.532.487.55-
YUV40.1149.39112.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 44 (17.58% from 255) = 31.43%
BLUE value IS 78 (30.86% from 255) = 55.71%
R=12.86%
G=31.43%
B=55.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1844780.770.4400.6921462.518.82
Hex122C4E4D2C045d63e13
Octal22541161155401053267623
Binary1001010110010011101001101101100010001011101011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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