#120565

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

Shades of Midnight Blue #120565

Tints of Midnight Blue #120565

Color information

#120565 (or 0x120565) is unknown color: approx Midnight Blue. HEX triplet: 12, 05 and 65. RGB value is (18,5,101). Sum of RGB (Red+Green+Blue) = 18+5+101=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 101 (39.84% from 255 or 81.45% from 124); Max value from RGB is 101 - color contains mainly: blue. Hex color #120565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120565 is #EDFA9A. Grayscale: #131313. Windows color (decimal): -15596187 or 6620434. OLE color: 6620434.

HSL color Cylindrical-coordinate representation of color #120565: hue angle of 248.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120565 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB185101-
CMYK0.820.9500.60
HSL248.12º90.57%20.78%-
HSV(B)248.12º95.05%39.61%-
XYZ2.651.1812.4-
YUV19.83173.81126.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 101 (39.84% from 255) = 81.45%
R=14.52%
G=4.03%
B=81.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1851010.820.9500.60248.1290.5720.78
Hex12565525F03Cf85b15
Octal22514512213707437013325
Binary10010101110010110100101011111011110011111000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120565; }

 p { color: rgb(18,5,101); }

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

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

 a { background-color: rgb(18,5,101); }

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

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

 span { border-color: rgb(18,5,101); }

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