#130868

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

Shades of Midnight Blue #130868

Tints of Midnight Blue #130868

Color information

#130868 (or 0x130868) is unknown color: approx Midnight Blue. HEX triplet: 13, 08 and 68. RGB value is (19,8,104). Sum of RGB (Red+Green+Blue) = 19+8+104=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 104 (41.02% from 255 or 79.39% from 131); Max value from RGB is 104 - color contains mainly: blue. Hex color #130868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130868 is #ECF797. Grayscale: #151515. Windows color (decimal): -15529880 or 6817811. OLE color: 6817811.

HSL color Cylindrical-coordinate representation of color #130868: hue angle of 246.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130868 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB198104-
CMYK0.820.9200.59
HSL246.88º85.71%21.96%-
HSV(B)246.88º92.31%40.78%-
XYZ2.851.3113.2-
YUV22.23174.14125.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 104 (41.02% from 255) = 79.39%
R=14.50%
G=6.11%
B=79.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1981040.820.9200.59246.8885.7121.96
Hex13868525C03Bf75616
Octal231015012213407336712626
Binary100111000110100010100101011100011101111110111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130868; }

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

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

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

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

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

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

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

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