#130C53

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

Shades of Midnight Blue #130C53

Tints of Midnight Blue #130C53

Color information

#130C53 (or 0x130C53) is unknown color: approx Midnight Blue. HEX triplet: 13, 0C and 53. RGB value is (19,12,83). Sum of RGB (Red+Green+Blue) = 19+12+83=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 83 (32.81% from 255 or 72.81% from 114); Max value from RGB is 83 - color contains mainly: blue. Hex color #130C53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C53 is #ECF3AC. Grayscale: #151515. Windows color (decimal): -15528877 or 5442579. OLE color: 5442579.

HSL color Cylindrical-coordinate representation of color #130C53: hue angle of 245.92º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #130C53 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB191283-
CMYK0.770.8600.67
HSL245.92º74.74%18.63%-
HSV(B)245.92º85.54%32.55%-
XYZ1.961.038.28-
YUV22.19162.32125.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 12 (5.08% from 255) = 10.53%
BLUE value IS 83 (32.81% from 255) = 72.81%
R=16.67%
G=10.53%
B=72.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1912830.770.8600.67245.9274.7418.63
Hex13C534D56043f64b13
Octal2314123115126010336611323
Binary1001111001010011100110110101100100001111110110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130C53; }

 p { color: rgb(19,12,83); }

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

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

 a { background-color: rgb(19,12,83); }

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

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

 span { border-color: rgb(19,12,83); }

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