#130368

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

Shades of Midnight Blue #130368

Tints of Midnight Blue #130368

Color information

#130368 (or 0x130368) is unknown color: approx Midnight Blue. HEX triplet: 13, 03 and 68. RGB value is (19,3,104). Sum of RGB (Red+Green+Blue) = 19+3+104=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 104 (41.02% from 255 or 82.54% from 126); Max value from RGB is 104 - color contains mainly: blue. Hex color #130368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130368 is #ECFC97. Grayscale: #121212. Windows color (decimal): -15531160 or 6816531. OLE color: 6816531.

HSL color Cylindrical-coordinate representation of color #130368: hue angle of 249.5º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130368 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB193104-
CMYK0.820.9700.59
HSL249.5º94.39%20.98%-
HSV(B)249.5º97.12%40.78%-
XYZ2.81.213.18-
YUV19.3175.8127.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 104 (41.02% from 255) = 82.54%
R=15.08%
G=2.38%
B=82.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1931040.820.9700.59249.594.3920.98
Hex13368526103Bfa5e15
Octal23315012214107337213625
Binary1001111110100010100101100001011101111111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130368; }

 p { color: rgb(19,3,104); }

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

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

 a { background-color: rgb(19,3,104); }

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

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

 span { border-color: rgb(19,3,104); }

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