#13076E

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

Shades of Midnight Blue #13076E

Tints of Midnight Blue #13076E

Color information

#13076E (or 0x13076E) is unknown color: approx Midnight Blue. HEX triplet: 13, 07 and 6E. RGB value is (19,7,110). Sum of RGB (Red+Green+Blue) = 19+7+110=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 110 (43.36% from 255 or 80.88% from 136); Max value from RGB is 110 - color contains mainly: blue. Hex color #13076E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13076E is #ECF891. Grayscale: #151515. Windows color (decimal): -15530130 or 7210771. OLE color: 7210771.

HSL color Cylindrical-coordinate representation of color #13076E: hue angle of 246.99º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13076E is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB197110-
CMYK0.830.9400.57
HSL246.99º88.03%22.94%-
HSV(B)246.99º93.64%43.14%-
XYZ3.161.4214.86-
YUV22.33177.48125.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 7 (3.12% from 255) = 5.15%
BLUE value IS 110 (43.36% from 255) = 80.88%
R=13.97%
G=5.15%
B=80.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1971100.830.9400.57246.9988.0322.94
Hex1376E535E039f75817
Octal23715612313607136713027
Binary10011111110111010100111011110011100111110111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13076E; }

 p { color: rgb(19,7,110); }

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

<style>
 a { background-color: #13076E; }

 a { background-color: rgb(19,7,110); }

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

<style>
 span { border-color: #13076E; }

 span { border-color: rgb(19,7,110); }

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