#130387

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

Shades of Ultramarine #130387

Tints of Ultramarine #130387

Color information

#130387 (or 0x130387) is unknown color: approx Ultramarine. HEX triplet: 13, 03 and 87. RGB value is (19,3,135). Sum of RGB (Red+Green+Blue) = 19+3+135=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 135 (53.12% from 255 or 85.99% from 157); Max value from RGB is 135 - color contains mainly: blue. Hex color #130387 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130387 is #ECFC78. Grayscale: #161616. Windows color (decimal): -15531129 or 8848147. OLE color: 8848147.

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

Color convert

RGB193135-
CMYK0.860.9800.47
HSL247.27º95.65%27.06%-
HSV(B)247.27º97.78%52.94%-
XYZ4.671.9523.05-
YUV22.83191.3125.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 135 (53.12% from 255) = 85.99%
R=12.10%
G=1.91%
B=85.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1931350.860.9800.47247.2795.6527.06
Hex13387566202Ff7601b
Octal23320712614205736714033
Binary10011111000011110101101100010010111111110111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130387; }

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

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

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

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

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

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

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

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