#13006D

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

Shades of Midnight Blue #13006D

Tints of Midnight Blue #13006D

Color information

#13006D (or 0x13006D) is unknown color: approx Midnight Blue. HEX triplet: 13, 00 and 6D. RGB value is (19,0,109). Sum of RGB (Red+Green+Blue) = 19+0+109=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 109 (42.97% from 255 or 85.16% from 128); Max value from RGB is 109 - color contains mainly: blue. Hex color #13006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13006D is #ECFF92. Grayscale: #111111. Windows color (decimal): -15531923 or 7143443. OLE color: 7143443.

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

Color convert

RGB190109-
CMYK0.83100.57
HSL250.46º100%21.37%-
HSV(B)250.46º100%42.75%-
XYZ3.031.2414.55-
YUV18.11179.29128.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 85.16%
R=14.84%
G=0%
B=85.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1901090.83100.57250.4610021.37
Hex1306D5364039fa6415
Octal23015512314407137214425
Binary100110110110110100111100100011100111111010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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