#130065

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

Shades of Midnight Blue #130065

Tints of Midnight Blue #130065

Color information

#130065 (or 0x130065) is unknown color: approx Midnight Blue. HEX triplet: 13, 00 and 65. RGB value is (19,0,101). Sum of RGB (Red+Green+Blue) = 19+0+101=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 101 (39.84% from 255 or 84.17% from 120); Max value from RGB is 101 - color contains mainly: blue. Hex color #130065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130065 is #ECFF9A. Grayscale: #101010. Windows color (decimal): -15531931 or 6619155. OLE color: 6619155.

HSL color Cylindrical-coordinate representation of color #130065: hue angle of 251.29º 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 #130065 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB190101-
CMYK0.81100.60
HSL251.29º100%19.8%-
HSV(B)251.29º100%39.61%-
XYZ2.621.0812.38-
YUV17.2175.29129.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 84.17%
R=15.83%
G=0%
B=84.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1901010.81100.60251.2910019.8
Hex13065516403Cfb6414
Octal23014512114407437314424
Binary100110110010110100011100100011110011111011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130065; }

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

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

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

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

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

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

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

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