#120162

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

Shades of Midnight Blue #120162

Tints of Midnight Blue #120162

Color information

#120162 (or 0x120162) is unknown color: approx Midnight Blue. HEX triplet: 12, 01 and 62. RGB value is (18,1,98). Sum of RGB (Red+Green+Blue) = 18+1+98=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 98 (38.67% from 255 or 83.76% from 117); Max value from RGB is 98 - color contains mainly: blue. Hex color #120162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120162 is #EDFE9D. Grayscale: #101010. Windows color (decimal): -15597214 or 6422802. OLE color: 6422802.

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

Color convert

RGB18198-
CMYK0.820.9900.62
HSL250.52º97.98%19.41%-
HSV(B)250.52º98.98%38.43%-
XYZ2.461.0311.62-
YUV17.14173.63128.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 98 (38.67% from 255) = 83.76%
R=15.38%
G=0.85%
B=83.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal181980.820.9900.62250.5297.9819.41
Hex12162526303Efb6213
Octal22114212214307637314223
Binary100101110001010100101100011011111011111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120162; }

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

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

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

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

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

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

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

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