#130369

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

Shades of Midnight Blue #130369

Tints of Midnight Blue #130369

Color information

#130369 (or 0x130369) is unknown color: approx Midnight Blue. HEX triplet: 13, 03 and 69. RGB value is (19,3,105). Sum of RGB (Red+Green+Blue) = 19+3+105=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 105 (41.41% from 255 or 82.68% from 127); Max value from RGB is 105 - color contains mainly: blue. Hex color #130369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130369 is #ECFC96. Grayscale: #131313. Windows color (decimal): -15531159 or 6882067. OLE color: 6882067.

HSL color Cylindrical-coordinate representation of color #130369: hue angle of 249.41º 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 #130369 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB193105-
CMYK0.820.9700.59
HSL249.41º94.44%21.18%-
HSV(B)249.41º97.14%41.18%-
XYZ2.851.2213.45-
YUV19.41176.3127.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 105 (41.41% from 255) = 82.68%
R=14.96%
G=2.36%
B=82.68%

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
Decimal1931050.820.9700.59249.4194.4421.18
Hex13369526103Bf95e15
Octal23315112214107337113625
Binary1001111110100110100101100001011101111111001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130369; }

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

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

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

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

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

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

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

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