#130968

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

Shades of Midnight Blue #130968

Tints of Midnight Blue #130968

Color information

#130968 (or 0x130968) is unknown color: approx Midnight Blue. HEX triplet: 13, 09 and 68. RGB value is (19,9,104). Sum of RGB (Red+Green+Blue) = 19+9+104=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 104 (41.02% from 255 or 78.79% from 132); Max value from RGB is 104 - color contains mainly: blue. Hex color #130968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130968 is #ECF697. Grayscale: #161616. Windows color (decimal): -15529624 or 6818067. OLE color: 6818067.

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

Color convert

RGB199104-
CMYK0.820.9100.59
HSL246.32º84.07%22.16%-
HSV(B)246.32º91.35%40.78%-
XYZ2.861.3313.2-
YUV22.82173.81125.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 104 (41.02% from 255) = 78.79%
R=14.39%
G=6.82%
B=78.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1991040.820.9100.59246.3284.0722.16
Hex13968525B03Bf65416
Octal231115012213307336612426
Binary100111001110100010100101011011011101111110110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130968; }

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

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

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

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

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

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

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

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