#130489

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

Shades of Ultramarine #130489

Tints of Ultramarine #130489

Color information

#130489 (or 0x130489) is unknown color: approx Ultramarine. HEX triplet: 13, 04 and 89. RGB value is (19,4,137). Sum of RGB (Red+Green+Blue) = 19+4+137=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 137 (53.91% from 255 or 85.62% from 160); Max value from RGB is 137 - color contains mainly: blue. Hex color #130489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130489 is #ECFB76. Grayscale: #171717. Windows color (decimal): -15530871 or 8979475. OLE color: 8979475.

HSL color Cylindrical-coordinate representation of color #130489: hue angle of 246.77º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130489 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB194137-
CMYK0.860.9700.46
HSL246.77º94.33%27.65%-
HSV(B)246.77º97.08%53.73%-
XYZ4.832.0323.8-
YUV23.65191.97124.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 137 (53.91% from 255) = 85.62%
R=11.88%
G=2.5%
B=85.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1941370.860.9700.46246.7794.3327.65
Hex13489566102Ef75e1c
Octal23421112614105636713634
Binary100111001000100110101101100001010111011110111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130489; }

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

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

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

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

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

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

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

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