#122642

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

Shades of Midnight #122642

Tints of Midnight #122642

Color information

#122642 (or 0x122642) is unknown color: approx Midnight. HEX triplet: 12, 26 and 42. RGB value is (18,38,66). Sum of RGB (Red+Green+Blue) = 18+38+66=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #122642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122642 is #EDD9BD. Grayscale: #232323. Windows color (decimal): -15587774 or 4335122. OLE color: 4335122.

HSL color Cylindrical-coordinate representation of color #122642: hue angle of 215º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #122642 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB183866-
CMYK0.730.4200.74
HSL215º57.14%16.47%-
HSV(B)215º72.73%25.88%-
XYZ1.931.915.42-
YUV35.21145.37115.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 66 (26.17% from 255) = 54.10%
R=14.75%
G=31.15%
B=54.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1838660.730.4200.7421557.1416.47
Hex122642492A04Ad73910
Octal22461021115201123277120
Binary1001010011010000101001001101010010010101101011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122642; }

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

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

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

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

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

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

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

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