#130984

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

Shades of Ultramarine #130984

Tints of Ultramarine #130984

Color information

#130984 (or 0x130984) is unknown color: approx Ultramarine. HEX triplet: 13, 09 and 84. RGB value is (19,9,132). Sum of RGB (Red+Green+Blue) = 19+9+132=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 132 (51.95% from 255 or 82.5% from 160); Max value from RGB is 132 - color contains mainly: blue. Hex color #130984 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130984 is #ECF67B. Grayscale: #191919. Windows color (decimal): -15529596 or 8653075. OLE color: 8653075.

HSL color Cylindrical-coordinate representation of color #130984: hue angle of 244.88º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130984 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB199132-
CMYK0.860.9300.48
HSL244.88º87.23%27.65%-
HSV(B)244.88º93.18%51.76%-
XYZ4.53221.98-
YUV26.01187.81123-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 132 (51.95% from 255) = 82.5%
R=11.88%
G=5.62%
B=82.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1991320.860.9300.48244.8887.2327.65
Hex13984565D030f5571c
Octal231120412613506036512734
Binary1001110011000010010101101011101011000011110101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130984; }

 p { color: rgb(19,9,132); }

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

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

 a { background-color: rgb(19,9,132); }

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

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

 span { border-color: rgb(19,9,132); }

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