#120065

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

Shades of Midnight Blue #120065

Tints of Midnight Blue #120065

Color information

#120065 (or 0x120065) is unknown color: approx Midnight Blue. HEX triplet: 12, 00 and 65. RGB value is (18,0,101). Sum of RGB (Red+Green+Blue) = 18+0+101=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 101 (39.84% from 255 or 84.87% from 119); Max value from RGB is 101 - color contains mainly: blue. Hex color #120065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120065 is #EDFF9A. Grayscale: #101010. Windows color (decimal): -15597467 or 6619154. OLE color: 6619154.

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

Color convert

RGB180101-
CMYK0.82100.60
HSL250.69º100%19.8%-
HSV(B)250.69º100%39.61%-
XYZ2.61.0712.38-
YUV16.9175.46128.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 84.87%
R=15.13%
G=0%
B=84.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1801010.82100.60250.6910019.8
Hex12065526403Cfb6414
Octal22014512214407437314424
Binary100100110010110100101100100011110011111011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120065; }

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

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

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

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

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

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

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

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