#130063

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

Shades of Midnight Blue #130063

Tints of Midnight Blue #130063

Color information

#130063 (or 0x130063) is unknown color: approx Midnight Blue. HEX triplet: 13, 00 and 63. RGB value is (19,0,99). Sum of RGB (Red+Green+Blue) = 19+0+99=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #130063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130063 is #ECFF9C. Grayscale: #101010. Windows color (decimal): -15531933 or 6488083. OLE color: 6488083.

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

Color convert

RGB19099-
CMYK0.81100.61
HSL251.52º100%19.41%-
HSV(B)251.52º100%38.82%-
XYZ2.521.0411.87-
YUV16.97174.29129.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 83.90%
R=16.10%
G=0%
B=83.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal190990.81100.61251.5210019.41
Hex13063516403Dfc6413
Octal23014312114407537414423
Binary100110110001110100011100100011110111111100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130063; }

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

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

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

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

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

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

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

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