#130863

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

Shades of Midnight Blue #130863

Tints of Midnight Blue #130863

Color information

#130863 (or 0x130863) is unknown color: approx Midnight Blue. HEX triplet: 13, 08 and 63. RGB value is (19,8,99). Sum of RGB (Red+Green+Blue) = 19+8+99=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 99 (39.06% from 255 or 78.57% from 126); Max value from RGB is 99 - color contains mainly: blue. Hex color #130863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130863 is #ECF79C. Grayscale: #151515. Windows color (decimal): -15529885 or 6490131. OLE color: 6490131.

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

Color convert

RGB19899-
CMYK0.810.9200.61
HSL247.25º85.05%20.98%-
HSV(B)247.25º91.92%38.82%-
XYZ2.611.2111.9-
YUV21.66171.64126.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 8 (3.52% from 255) = 6.35%
BLUE value IS 99 (39.06% from 255) = 78.57%
R=15.08%
G=6.35%
B=78.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal198990.810.9200.61247.2585.0520.98
Hex13863515C03Df75515
Octal231014312113407536712525
Binary100111000110001110100011011100011110111110111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130863; }

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

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

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

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

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

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

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

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