#130575

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

Shades of Midnight Blue #130575

Tints of Midnight Blue #130575

Color information

#130575 (or 0x130575) is unknown color: approx Midnight Blue. HEX triplet: 13, 05 and 75. RGB value is (19,5,117). Sum of RGB (Red+Green+Blue) = 19+5+117=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 117 (46.09% from 255 or 82.98% from 141); Max value from RGB is 117 - color contains mainly: blue. Hex color #130575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130575 is #ECFA8A. Grayscale: #151515. Windows color (decimal): -15530635 or 7669011. OLE color: 7669011.

HSL color Cylindrical-coordinate representation of color #130575: hue angle of 247.5º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130575 is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB195117-
CMYK0.840.9600.54
HSL247.5º91.8%23.92%-
HSV(B)247.5º95.73%45.88%-
XYZ3.531.5316.94-
YUV21.95181.64125.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 117 (46.09% from 255) = 82.98%
R=13.48%
G=3.55%
B=82.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1951170.840.9600.54247.591.823.92
Hex135755460036f85c18
Octal23516512414006637013430
Binary10011101111010110101001100000011011011111000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130575; }

 p { color: rgb(19,5,117); }

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

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

 a { background-color: rgb(19,5,117); }

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

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

 span { border-color: rgb(19,5,117); }

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