#130877

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

Shades of Midnight Blue #130877

Tints of Midnight Blue #130877

Color information

#130877 (or 0x130877) is unknown color: approx Midnight Blue. HEX triplet: 13, 08 and 77. RGB value is (19,8,119). Sum of RGB (Red+Green+Blue) = 19+8+119=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 119 (46.88% from 255 or 81.51% from 146); Max value from RGB is 119 - color contains mainly: blue. Hex color #130877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130877 is #ECF788. Grayscale: #171717. Windows color (decimal): -15529865 or 7800851. OLE color: 7800851.

HSL color Cylindrical-coordinate representation of color #130877: hue angle of 245.95º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130877 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB198119-
CMYK0.840.9300.53
HSL245.95º87.4%24.9%-
HSV(B)245.95º93.28%46.67%-
XYZ3.691.6417.58-
YUV23.94181.64124.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 119 (46.88% from 255) = 81.51%
R=13.01%
G=5.48%
B=81.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1981190.840.9300.53245.9587.424.9
Hex13877545D035f65719
Octal231016712413506536612731
Binary100111000111011110101001011101011010111110110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130877; }

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

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

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

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

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

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

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

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