#130587

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

Shades of Ultramarine #130587

Tints of Ultramarine #130587

Color information

#130587 (or 0x130587) is unknown color: approx Ultramarine. HEX triplet: 13, 05 and 87. RGB value is (19,5,135). Sum of RGB (Red+Green+Blue) = 19+5+135=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 135 (53.12% from 255 or 84.91% from 159); Max value from RGB is 135 - color contains mainly: blue. Hex color #130587 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130587 is #ECFA78. Grayscale: #171717. Windows color (decimal): -15530617 or 8848659. OLE color: 8848659.

HSL color Cylindrical-coordinate representation of color #130587: hue angle of 246.46º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130587 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB195135-
CMYK0.860.9600.47
HSL246.46º92.86%27.45%-
HSV(B)246.46º96.3%52.94%-
XYZ4.7223.06-
YUV24.01190.64124.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 135 (53.12% from 255) = 84.91%
R=11.95%
G=3.14%
B=84.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1951350.860.9600.47246.4692.8627.45
Hex13587566002Ff65d1b
Octal23520712614005736613533
Binary100111011000011110101101100000010111111110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130587; }

 p { color: rgb(19,5,135); }

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

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

 a { background-color: rgb(19,5,135); }

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

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

 span { border-color: rgb(19,5,135); }

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