#13085A

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

Shades of Midnight Blue #13085A

Tints of Midnight Blue #13085A

Color information

#13085A (or 0x13085A) is unknown color: approx Midnight Blue. HEX triplet: 13, 08 and 5A. RGB value is (19,8,90). Sum of RGB (Red+Green+Blue) = 19+8+90=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 90 (35.55% from 255 or 76.92% from 117); Max value from RGB is 90 - color contains mainly: blue. Hex color #13085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13085A is #ECF7A5. Grayscale: #141414. Windows color (decimal): -15529894 or 5900307. OLE color: 5900307.

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

Color convert

RGB19890-
CMYK0.790.9100.65
HSL248.05º83.67%19.22%-
HSV(B)248.05º91.11%35.29%-
XYZ2.21.059.76-
YUV20.64167.14126.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 8 (3.52% from 255) = 6.84%
BLUE value IS 90 (35.55% from 255) = 76.92%
R=16.24%
G=6.84%
B=76.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal198900.790.9100.65248.0583.6719.22
Hex1385A4F5B041f85413
Octal2310132117133010137012423
Binary1001110001011010100111110110110100000111111000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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