#121062

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

Shades of Midnight Blue #121062

Tints of Midnight Blue #121062

Color information

#121062 (or 0x121062) is unknown color: approx Midnight Blue. HEX triplet: 12, 10 and 62. RGB value is (18,16,98). Sum of RGB (Red+Green+Blue) = 18+16+98=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 98 (38.67% from 255 or 74.24% from 132); Max value from RGB is 98 - color contains mainly: blue. Hex color #121062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121062 is #EDEF9D. Grayscale: #191919. Windows color (decimal): -15593374 or 6426642. OLE color: 6426642.

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

Color convert

RGB181698-
CMYK0.820.8400.62
HSL241.46º71.93%22.35%-
HSV(B)241.46º83.67%38.43%-
XYZ2.641.3811.68-
YUV25.95168.66122.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 98 (38.67% from 255) = 74.24%
R=13.64%
G=12.12%
B=74.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1816980.820.8400.62241.4671.9322.35
Hex121062525403Ef14816
Octal222014212212407636111026
Binary1001010000110001010100101010100011111011110001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121062; }

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

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

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

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

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

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

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

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