#130983

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

Shades of Ultramarine #130983

Tints of Ultramarine #130983

Color information

#130983 (or 0x130983) is unknown color: approx Ultramarine. HEX triplet: 13, 09 and 83. RGB value is (19,9,131). Sum of RGB (Red+Green+Blue) = 19+9+131=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 131 (51.56% from 255 or 82.39% from 159); Max value from RGB is 131 - color contains mainly: blue. Hex color #130983 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130983 is #ECF67C. Grayscale: #191919. Windows color (decimal): -15529597 or 8587539. OLE color: 8587539.

HSL color Cylindrical-coordinate representation of color #130983: hue angle of 244.92º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130983 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB199131-
CMYK0.850.9300.49
HSL244.92º87.14%27.45%-
HSV(B)244.92º93.13%51.37%-
XYZ4.461.9721.62-
YUV25.9187.31123.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 131 (51.56% from 255) = 82.39%
R=11.95%
G=5.66%
B=82.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1991310.850.9300.49244.9287.1427.45
Hex13983555D031f5571b
Octal231120312513506136512733
Binary1001110011000001110101011011101011000111110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130983; }

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

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

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

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

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

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

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

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