#130D6F

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

Shades of Midnight Blue #130D6F

Tints of Midnight Blue #130D6F

Color information

#130D6F (or 0x130D6F) is unknown color: approx Midnight Blue. HEX triplet: 13, 0D and 6F. RGB value is (19,13,111). Sum of RGB (Red+Green+Blue) = 19+13+111=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 111 (43.75% from 255 or 77.62% from 143); Max value from RGB is 111 - color contains mainly: blue. Hex color #130D6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D6F is #ECF290. Grayscale: #191919. Windows color (decimal): -15528593 or 7277843. OLE color: 7277843.

HSL color Cylindrical-coordinate representation of color #130D6F: hue angle of 243.67º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130D6F is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1913111-
CMYK0.830.8800.56
HSL243.67º79.03%24.31%-
HSV(B)243.67º88.29%43.53%-
XYZ3.281.5715.17-
YUV25.97175.99123.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 13 (5.47% from 255) = 9.09%
BLUE value IS 111 (43.75% from 255) = 77.62%
R=13.29%
G=9.09%
B=77.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19131110.830.8800.56243.6779.0324.31
Hex13D6F5358038f44f18
Octal231515712313007036411730
Binary100111101110111110100111011000011100011110100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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