#13075D

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

Shades of Midnight Blue #13075D

Tints of Midnight Blue #13075D

Color information

#13075D (or 0x13075D) is unknown color: approx Midnight Blue. HEX triplet: 13, 07 and 5D. RGB value is (19,7,93). Sum of RGB (Red+Green+Blue) = 19+7+93=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 93 (36.72% from 255 or 78.15% from 119); Max value from RGB is 93 - color contains mainly: blue. Hex color #13075D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13075D is #ECF8A2. Grayscale: #141414. Windows color (decimal): -15530147 or 6096659. OLE color: 6096659.

HSL color Cylindrical-coordinate representation of color #13075D: hue angle of 248.37º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13075D is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB19793-
CMYK0.800.9200.64
HSL248.37º86%19.61%-
HSV(B)248.37º92.47%36.47%-
XYZ2.321.0810.44-
YUV20.39168.98127.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 7 (3.12% from 255) = 5.88%
BLUE value IS 93 (36.72% from 255) = 78.15%
R=15.97%
G=5.88%
B=78.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal197930.800.9200.64248.378619.61
Hex1375D505C040f85614
Octal237135120134010037012624
Binary100111111011101101000010111000100000011111000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13075D; }

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

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

<style>
 a { background-color: #13075D; }

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

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

<style>
 span { border-color: #13075D; }

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

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