#130558

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

Shades of Midnight Blue #130558

Tints of Midnight Blue #130558

Color information

#130558 (or 0x130558) is unknown color: approx Midnight Blue. HEX triplet: 13, 05 and 58. RGB value is (19,5,88). Sum of RGB (Red+Green+Blue) = 19+5+88=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 88 (34.77% from 255 or 78.57% from 112); Max value from RGB is 88 - color contains mainly: blue. Hex color #130558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130558 is #ECFAA7. Grayscale: #121212. Windows color (decimal): -15530664 or 5768467. OLE color: 5768467.

HSL color Cylindrical-coordinate representation of color #130558: hue angle of 250.12º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130558 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB19588-
CMYK0.780.9400.65
HSL250.12º89.25%18.24%-
HSV(B)250.12º94.32%34.51%-
XYZ2.080.959.31-
YUV18.65167.14128.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 88 (34.77% from 255) = 78.57%
R=16.96%
G=4.46%
B=78.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal195880.780.9400.65250.1289.2518.24
Hex135584E5E041fa5912
Octal235130116136010137213122
Binary100111011011000100111010111100100000111111010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130558; }

 p { color: rgb(19,5,88); }

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

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

 a { background-color: rgb(19,5,88); }

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

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

 span { border-color: rgb(19,5,88); }

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