#130C6D

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

Shades of Midnight Blue #130C6D

Tints of Midnight Blue #130C6D

Color information

#130C6D (or 0x130C6D) is unknown color: approx Midnight Blue. HEX triplet: 13, 0C and 6D. RGB value is (19,12,109). Sum of RGB (Red+Green+Blue) = 19+12+109=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 109 (42.97% from 255 or 77.86% from 140); Max value from RGB is 109 - color contains mainly: blue. Hex color #130C6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C6D is #ECF392. Grayscale: #181818. Windows color (decimal): -15528851 or 7146515. OLE color: 7146515.

HSL color Cylindrical-coordinate representation of color #130C6D: hue angle of 244.33º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130C6D is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1912109-
CMYK0.830.8900.57
HSL244.33º80.17%23.73%-
HSV(B)244.33º88.99%42.75%-
XYZ3.161.5114.59-
YUV25.15175.32123.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 12 (5.08% from 255) = 8.57%
BLUE value IS 109 (42.97% from 255) = 77.86%
R=13.57%
G=8.57%
B=77.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19121090.830.8900.57244.3380.1723.73
Hex13C6D5359039f45018
Octal231415512313107136412030
Binary100111100110110110100111011001011100111110100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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