#130C6C

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

Shades of Midnight Blue #130C6C

Tints of Midnight Blue #130C6C

Color information

#130C6C (or 0x130C6C) is unknown color: approx Midnight Blue. HEX triplet: 13, 0C and 6C. RGB value is (19,12,108). Sum of RGB (Red+Green+Blue) = 19+12+108=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 108 (42.58% from 255 or 77.70% from 139); Max value from RGB is 108 - color contains mainly: blue. Hex color #130C6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C6C is #ECF393. Grayscale: #181818. Windows color (decimal): -15528852 or 7080979. OLE color: 7080979.

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

Color convert

RGB1912108-
CMYK0.820.8900.58
HSL244.38º80%23.53%-
HSV(B)244.38º88.89%42.35%-
XYZ3.111.4814.31-
YUV25.04174.82123.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 12 (5.08% from 255) = 8.63%
BLUE value IS 108 (42.58% from 255) = 77.70%
R=13.67%
G=8.63%
B=77.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19121080.820.8900.58244.388023.53
Hex13C6C525903Af45018
Octal231415412213107236412030
Binary100111100110110010100101011001011101011110100101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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