#130572

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

Shades of Midnight Blue #130572

Tints of Midnight Blue #130572

Color information

#130572 (or 0x130572) is unknown color: approx Midnight Blue. HEX triplet: 13, 05 and 72. RGB value is (19,5,114). Sum of RGB (Red+Green+Blue) = 19+5+114=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 114 (44.92% from 255 or 82.61% from 138); Max value from RGB is 114 - color contains mainly: blue. Hex color #130572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130572 is #ECFA8D. Grayscale: #151515. Windows color (decimal): -15530638 or 7472403. OLE color: 7472403.

HSL color Cylindrical-coordinate representation of color #130572: hue angle of 247.71º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130572 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB195114-
CMYK0.830.9600.55
HSL247.71º91.6%23.33%-
HSV(B)247.71º95.61%44.71%-
XYZ3.361.4616.02-
YUV21.61180.14126.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 114 (44.92% from 255) = 82.61%
R=13.77%
G=3.62%
B=82.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1951140.830.9600.55247.7191.623.33
Hex135725360037f85c17
Octal23516212314006737013427
Binary10011101111001010100111100000011011111111000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130572; }

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

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

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

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

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

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

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

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