#13085B

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

Shades of Midnight Blue #13085B

Tints of Midnight Blue #13085B

Color information

#13085B (or 0x13085B) is unknown color: approx Midnight Blue. HEX triplet: 13, 08 and 5B. RGB value is (19,8,91). Sum of RGB (Red+Green+Blue) = 19+8+91=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 91 (35.94% from 255 or 77.12% from 118); Max value from RGB is 91 - color contains mainly: blue. Hex color #13085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13085B is #ECF7A4. Grayscale: #141414. Windows color (decimal): -15529893 or 5965843. OLE color: 5965843.

HSL color Cylindrical-coordinate representation of color #13085B: hue angle of 247.95º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13085B is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB19891-
CMYK0.790.9100.64
HSL247.95º83.84%19.41%-
HSV(B)247.95º91.21%35.69%-
XYZ2.241.079.99-
YUV20.75167.64126.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 91 (35.94% from 255) = 77.12%
R=16.10%
G=6.78%
B=77.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal198910.790.9100.64247.9583.8419.41
Hex1385B4F5B040f85413
Octal2310133117133010037012423
Binary1001110001011011100111110110110100000011111000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13085B; }

 p { color: rgb(19,8,91); }

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

<style>
 a { background-color: #13085B; }

 a { background-color: rgb(19,8,91); }

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

<style>
 span { border-color: #13085B; }

 span { border-color: rgb(19,8,91); }

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