#130C78

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

Shades of Midnight Blue #130C78

Tints of Midnight Blue #130C78

Color information

#130C78 (or 0x130C78) is unknown color: approx Midnight Blue. HEX triplet: 13, 0C and 78. RGB value is (19,12,120). Sum of RGB (Red+Green+Blue) = 19+12+120=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 120 (47.27% from 255 or 79.47% from 151); Max value from RGB is 120 - color contains mainly: blue. Hex color #130C78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C78 is #ECF387. Grayscale: #191919. Windows color (decimal): -15528840 or 7867411. OLE color: 7867411.

HSL color Cylindrical-coordinate representation of color #130C78: hue angle of 243.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130C78 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1912120-
CMYK0.840.9000.53
HSL243.89º81.82%25.88%-
HSV(B)243.89º90%47.06%-
XYZ3.791.7617.91-
YUV26.4180.82122.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 120 (47.27% from 255) = 79.47%
R=12.58%
G=7.95%
B=79.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19121200.840.9000.53243.8981.8225.88
Hex13C78545A035f4521a
Octal231417012413206536412232
Binary100111100111100010101001011010011010111110100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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