#122649

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

Shades of Midnight #122649

Tints of Midnight #122649

Color information

#122649 (or 0x122649) is unknown color: approx Midnight. HEX triplet: 12, 26 and 49. RGB value is (18,38,73). Sum of RGB (Red+Green+Blue) = 18+38+73=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #122649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122649 is #EDD9B6. Grayscale: #232323. Windows color (decimal): -15587767 or 4793874. OLE color: 4793874.

HSL color Cylindrical-coordinate representation of color #122649: hue angle of 218.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122649 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB183873-
CMYK0.750.4800.71
HSL218.18º60.44%17.84%-
HSV(B)218.18º75.34%28.63%-
XYZ2.1526.58-
YUV36.01148.87115.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 73 (28.91% from 255) = 56.59%
R=13.95%
G=29.46%
B=56.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1838730.750.4800.71218.1860.4417.84
Hex1226494B30047da3c12
Octal22461111136001073327422
Binary1001010011010010011001011110000010001111101101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122649; }

 p { color: rgb(18,38,73); }

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

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

 a { background-color: rgb(18,38,73); }

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

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

 span { border-color: rgb(18,38,73); }

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