#122441

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

Shades of Midnight #122441

Tints of Midnight #122441

Color information

#122441 (or 0x122441) is unknown color: approx Midnight. HEX triplet: 12, 24 and 41. RGB value is (18,36,65). Sum of RGB (Red+Green+Blue) = 18+36+65=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #122441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122441 is #EDDBBE. Grayscale: #212121. Windows color (decimal): -15588287 or 4269074. OLE color: 4269074.

HSL color Cylindrical-coordinate representation of color #122441: hue angle of 217.02º degrees, saturation: 0.57, 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 #122441 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB183665-
CMYK0.720.4500.75
HSL217.02º56.63%16.27%-
HSV(B)217.02º72.31%25.49%-
XYZ1.831.775.25-
YUV33.92145.54116.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 65 (25.78% from 255) = 54.62%
R=15.13%
G=30.25%
B=54.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1836650.720.4500.75217.0256.6316.27
Hex122441482D04Bd93910
Octal22441011105501133317120
Binary1001010010010000011001000101101010010111101100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122441; }

 p { color: rgb(18,36,65); }

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

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

 a { background-color: rgb(18,36,65); }

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

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

 span { border-color: rgb(18,36,65); }

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