#130469

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

Shades of Midnight Blue #130469

Tints of Midnight Blue #130469

Color information

#130469 (or 0x130469) is unknown color: approx Midnight Blue. HEX triplet: 13, 04 and 69. RGB value is (19,4,105). Sum of RGB (Red+Green+Blue) = 19+4+105=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 105 (41.41% from 255 or 82.03% from 128); Max value from RGB is 105 - color contains mainly: blue. Hex color #130469 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130469 is #ECFB96. Grayscale: #131313. Windows color (decimal): -15530903 or 6882323. OLE color: 6882323.

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

Color convert

RGB194105-
CMYK0.820.9600.59
HSL248.91º92.66%21.37%-
HSV(B)248.91º96.19%41.18%-
XYZ2.861.2513.45-
YUV20175.97127.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 4 (1.95% from 255) = 3.12%
BLUE value IS 105 (41.41% from 255) = 82.03%
R=14.84%
G=3.12%
B=82.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1941050.820.9600.59248.9192.6621.37
Hex13469526003Bf95d15
Octal23415112214007337113525
Binary10011100110100110100101100000011101111111001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130469; }

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

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

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

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

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

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

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

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