#121063

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

Shades of Midnight Blue #121063

Tints of Midnight Blue #121063

Color information

#121063 (or 0x121063) is unknown color: approx Midnight Blue. HEX triplet: 12, 10 and 63. RGB value is (18,16,99). Sum of RGB (Red+Green+Blue) = 18+16+99=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 99 (39.06% from 255 or 74.44% from 133); Max value from RGB is 99 - color contains mainly: blue. Hex color #121063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121063 is #EDEF9C. Grayscale: #191919. Windows color (decimal): -15593373 or 6492178. OLE color: 6492178.

HSL color Cylindrical-coordinate representation of color #121063: hue angle of 241.45º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121063 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB181699-
CMYK0.820.8400.61
HSL241.45º72.17%22.55%-
HSV(B)241.45º83.84%38.82%-
XYZ2.691.411.93-
YUV26.06169.16122.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 99 (39.06% from 255) = 74.44%
R=13.53%
G=12.03%
B=74.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1816990.820.8400.61241.4572.1722.55
Hex121063525403Df14817
Octal222014312212407536111027
Binary1001010000110001110100101010100011110111110001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121063; }

 p { color: rgb(18,16,99); }

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

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

 a { background-color: rgb(18,16,99); }

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

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

 span { border-color: rgb(18,16,99); }

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