#13046D

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

Shades of Midnight Blue #13046D

Tints of Midnight Blue #13046D

Color information

#13046D (or 0x13046D) is unknown color: approx Midnight Blue. HEX triplet: 13, 04 and 6D. RGB value is (19,4,109). Sum of RGB (Red+Green+Blue) = 19+4+109=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 109 (42.97% from 255 or 82.58% from 132); Max value from RGB is 109 - color contains mainly: blue. Hex color #13046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13046D is #ECFB92. Grayscale: #141414. Windows color (decimal): -15530899 or 7144467. OLE color: 7144467.

HSL color Cylindrical-coordinate representation of color #13046D: hue angle of 248.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13046D is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB194109-
CMYK0.830.9600.57
HSL248.57º92.92%22.16%-
HSV(B)248.57º96.33%42.75%-
XYZ3.071.3314.56-
YUV20.45177.97126.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 109 (42.97% from 255) = 82.58%
R=14.39%
G=3.03%
B=82.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1941090.830.9600.57248.5792.9222.16
Hex1346D5360039f95d16
Octal23415512314007137113526
Binary10011100110110110100111100000011100111111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,4,109); }

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

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

 a { background-color: rgb(19,4,109); }

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

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

 span { border-color: rgb(19,4,109); }

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