#130E76

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

Shades of Midnight Blue #130E76

Tints of Midnight Blue #130E76

Color information

#130E76 (or 0x130E76) is unknown color: approx Midnight Blue. HEX triplet: 13, 0E and 76. RGB value is (19,14,118). Sum of RGB (Red+Green+Blue) = 19+14+118=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 118 (46.48% from 255 or 78.15% from 151); Max value from RGB is 118 - color contains mainly: blue. Hex color #130E76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130E76 is #ECF189. Grayscale: #1A1A1A. Windows color (decimal): -15528330 or 7736851. OLE color: 7736851.

HSL color Cylindrical-coordinate representation of color #130E76: hue angle of 242.88º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130E76 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1914118-
CMYK0.840.8800.54
HSL242.88º78.79%25.88%-
HSV(B)242.88º88.14%46.27%-
XYZ3.71.7617.28-
YUV27.35179.16122.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 14 (5.86% from 255) = 9.27%
BLUE value IS 118 (46.48% from 255) = 78.15%
R=12.58%
G=9.27%
B=78.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19141180.840.8800.54242.8878.7925.88
Hex13E765458036f34f1a
Octal231616612413006636311732
Binary100111110111011010101001011000011011011110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130E76; }

 p { color: rgb(19,14,118); }

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

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

 a { background-color: rgb(19,14,118); }

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

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

 span { border-color: rgb(19,14,118); }

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