#130058

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

Shades of Midnight Blue #130058

Tints of Midnight Blue #130058

Color information

#130058 (or 0x130058) is unknown color: approx Midnight Blue. HEX triplet: 13, 00 and 58. RGB value is (19,0,88). Sum of RGB (Red+Green+Blue) = 19+0+88=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 88 (34.77% from 255 or 82.24% from 107); Max value from RGB is 88 - color contains mainly: blue. Hex color #130058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130058 is #ECFFA7. Grayscale: #0F0F0F. Windows color (decimal): -15531944 or 5767187. OLE color: 5767187.

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

Color convert

RGB19088-
CMYK0.78100.65
HSL252.95º100%17.25%-
HSV(B)252.95º100%34.51%-
XYZ2.030.849.29-
YUV15.71168.79130.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 82.24%
R=17.76%
G=0%
B=82.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190880.78100.65252.9510017.25
Hex130584E64041fd6411
Octal230130116144010137514421
Binary1001101011000100111011001000100000111111101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130058; }

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

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

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

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

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

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

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

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