#122540

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

Shades of Midnight #122540

Tints of Midnight #122540

Color information

#122540 (or 0x122540) is unknown color: approx Midnight. HEX triplet: 12, 25 and 40. RGB value is (18,37,64). Sum of RGB (Red+Green+Blue) = 18+37+64=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #122540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122540 is #EDDABF. Grayscale: #222222. Windows color (decimal): -15588032 or 4203794. OLE color: 4203794.

HSL color Cylindrical-coordinate representation of color #122540: hue angle of 215.22º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #122540 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB183764-
CMYK0.720.4200.75
HSL215.22º56.1%16.08%-
HSV(B)215.22º71.88%25.1%-
XYZ1.841.825.11-
YUV34.4144.71116.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 37 (14.84% from 255) = 31.09%
BLUE value IS 64 (25.39% from 255) = 53.78%
R=15.13%
G=31.09%
B=53.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1837640.720.4200.75215.2256.116.08
Hex122540482A04Bd73810
Octal22451001105201133277020
Binary1001010010110000001001000101010010010111101011111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122540; }

 p { color: rgb(18,37,64); }

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

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

 a { background-color: rgb(18,37,64); }

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

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

 span { border-color: rgb(18,37,64); }

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