#130574

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

Shades of Midnight Blue #130574

Tints of Midnight Blue #130574

Color information

#130574 (or 0x130574) is unknown color: approx Midnight Blue. HEX triplet: 13, 05 and 74. RGB value is (19,5,116). Sum of RGB (Red+Green+Blue) = 19+5+116=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 116 (45.70% from 255 or 82.86% from 140); Max value from RGB is 116 - color contains mainly: blue. Hex color #130574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130574 is #ECFA8B. Grayscale: #151515. Windows color (decimal): -15530636 or 7603475. OLE color: 7603475.

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

Color convert

RGB195116-
CMYK0.840.9600.55
HSL247.57º91.74%23.73%-
HSV(B)247.57º95.69%45.49%-
XYZ3.481.5116.63-
YUV21.84181.14125.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 116 (45.70% from 255) = 82.86%
R=13.57%
G=3.57%
B=82.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1951160.840.9600.55247.5791.7423.73
Hex135745460037f85c18
Octal23516412414006737013430
Binary10011101111010010101001100000011011111111000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130574; }

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

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

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

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

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

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

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

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