#130D7B

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

Shades of Midnight Blue #130D7B

Tints of Midnight Blue #130D7B

Color information

#130D7B (or 0x130D7B) is unknown color: approx Midnight Blue. HEX triplet: 13, 0D and 7B. RGB value is (19,13,123). Sum of RGB (Red+Green+Blue) = 19+13+123=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 123 (48.44% from 255 or 79.35% from 155); Max value from RGB is 123 - color contains mainly: blue. Hex color #130D7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D7B is #ECF284. Grayscale: #1A1A1A. Windows color (decimal): -15528581 or 8064275. OLE color: 8064275.

HSL color Cylindrical-coordinate representation of color #130D7B: hue angle of 243.27º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130D7B is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1913123-
CMYK0.850.8900.52
HSL243.27º80.88%26.67%-
HSV(B)243.27º89.43%48.24%-
XYZ3.991.8618.89-
YUV27.33181.99122.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 13 (5.47% from 255) = 8.39%
BLUE value IS 123 (48.44% from 255) = 79.35%
R=12.26%
G=8.39%
B=79.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19131230.850.8900.52243.2780.8826.67
Hex13D7B5559034f3511b
Octal231517312513106436312133
Binary100111101111101110101011011001011010011110011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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