#120462

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

Shades of Midnight Blue #120462

Tints of Midnight Blue #120462

Color information

#120462 (or 0x120462) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 62. RGB value is (18,4,98). Sum of RGB (Red+Green+Blue) = 18+4+98=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 98 (38.67% from 255 or 81.67% from 120); Max value from RGB is 98 - color contains mainly: blue. Hex color #120462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120462 is #EDFB9D. Grayscale: #121212. Windows color (decimal): -15596446 or 6423570. OLE color: 6423570.

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

Color convert

RGB18498-
CMYK0.820.9600.62
HSL248.94º92.16%20%-
HSV(B)248.94º95.92%38.43%-
XYZ2.51.111.64-
YUV18.9172.64127.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 98 (38.67% from 255) = 81.67%
R=15%
G=3.33%
B=81.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal184980.820.9600.62248.9492.1620
Hex12462526003Ef95c14
Octal22414212214007637113424
Binary10010100110001010100101100000011111011111001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120462; }

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

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

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

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

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

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

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

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