#120061

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

Shades of Midnight Blue #120061

Tints of Midnight Blue #120061

Color information

#120061 (or 0x120061) is unknown color: approx Midnight Blue. HEX triplet: 12, 00 and 61. RGB value is (18,0,97). Sum of RGB (Red+Green+Blue) = 18+0+97=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 97 (38.28% from 255 or 84.35% from 115); Max value from RGB is 97 - color contains mainly: blue. Hex color #120061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120061 is #EDFF9E. Grayscale: #101010. Windows color (decimal): -15597471 or 6357010. OLE color: 6357010.

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

Color convert

RGB18097-
CMYK0.81100.62
HSL251.13º100%19.02%-
HSV(B)251.13º100%38.04%-
XYZ2.410.9911.37-
YUV16.44173.46129.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 84.35%
R=15.65%
G=0%
B=84.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal180970.81100.62251.1310019.02
Hex12061516403Efb6413
Octal22014112114407637314423
Binary100100110000110100011100100011111011111011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120061; }

 p { color: rgb(18,0,97); }

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

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

 a { background-color: rgb(18,0,97); }

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

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

 span { border-color: rgb(18,0,97); }

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