#130D78

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

Shades of Midnight Blue #130D78

Tints of Midnight Blue #130D78

Color information

#130D78 (or 0x130D78) is unknown color: approx Midnight Blue. HEX triplet: 13, 0D and 78. RGB value is (19,13,120). Sum of RGB (Red+Green+Blue) = 19+13+120=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 120 (47.27% from 255 or 78.95% from 152); Max value from RGB is 120 - color contains mainly: blue. Hex color #130D78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D78 is #ECF287. Grayscale: #1A1A1A. Windows color (decimal): -15528584 or 7867667. OLE color: 7867667.

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

Color convert

RGB1913120-
CMYK0.840.8900.53
HSL243.36º80.45%26.08%-
HSV(B)243.36º89.17%47.06%-
XYZ3.81.7817.91-
YUV26.99180.49122.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 13 (5.47% from 255) = 8.55%
BLUE value IS 120 (47.27% from 255) = 78.95%
R=12.5%
G=8.55%
B=78.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19131200.840.8900.53243.3680.4526.08
Hex13D785459035f3501a
Octal231517012413106536312032
Binary100111101111100010101001011001011010111110011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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