#130454

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

Shades of Midnight Blue #130454

Tints of Midnight Blue #130454

Color information

#130454 (or 0x130454) is unknown color: approx Midnight Blue. HEX triplet: 13, 04 and 54. RGB value is (19,4,84). Sum of RGB (Red+Green+Blue) = 19+4+84=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 84 (33.20% from 255 or 78.50% from 107); Max value from RGB is 84 - color contains mainly: blue. Hex color #130454 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130454 is #ECFBAB. Grayscale: #111111. Windows color (decimal): -15530924 or 5506067. OLE color: 5506067.

HSL color Cylindrical-coordinate representation of color #130454: hue angle of 251.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130454 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB19484-
CMYK0.770.9500.67
HSL251.25º90.91%17.25%-
HSV(B)251.25º95.24%32.94%-
XYZ1.910.878.45-
YUV17.6165.47129-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 4 (1.95% from 255) = 3.74%
BLUE value IS 84 (33.20% from 255) = 78.50%
R=17.76%
G=3.74%
B=78.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal194840.770.9500.67251.2590.9117.25
Hex134544D5F043fb5b11
Octal234124115137010337313321
Binary100111001010100100110110111110100001111111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130454; }

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

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

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

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

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

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

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

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