#120260

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

Shades of Midnight Blue #120260

Tints of Midnight Blue #120260

Color information

#120260 (or 0x120260) is unknown color: approx Midnight Blue. HEX triplet: 12, 02 and 60. RGB value is (18,2,96). Sum of RGB (Red+Green+Blue) = 18+2+96=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 96 (37.89% from 255 or 82.76% from 116); Max value from RGB is 96 - color contains mainly: blue. Hex color #120260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120260 is #EDFD9F. Grayscale: #111111. Windows color (decimal): -15596960 or 6291986. OLE color: 6291986.

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

Color convert

RGB18296-
CMYK0.810.9800.62
HSL250.21º95.92%19.22%-
HSV(B)250.21º97.92%37.65%-
XYZ2.381.0211.14-
YUV17.5172.3128.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 96 (37.89% from 255) = 82.76%
R=15.52%
G=1.72%
B=82.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal182960.810.9800.62250.2195.9219.22
Hex12260516203Efa6013
Octal22214012114207637214023
Binary1001010110000010100011100010011111011111010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120260; }

 p { color: rgb(18,2,96); }

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

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

 a { background-color: rgb(18,2,96); }

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

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

 span { border-color: rgb(18,2,96); }

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