#130180

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

Shades of Ultramarine #130180

Tints of Ultramarine #130180

Color information

#130180 (or 0x130180) is unknown color: approx Ultramarine. HEX triplet: 13, 01 and 80. RGB value is (19,1,128). Sum of RGB (Red+Green+Blue) = 19+1+128=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 128 (50.39% from 255 or 86.49% from 148); Max value from RGB is 128 - color contains mainly: blue. Hex color #130180 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130180 is #ECFE7F. Grayscale: #141414. Windows color (decimal): -15531648 or 8388883. OLE color: 8388883.

HSL color Cylindrical-coordinate representation of color #130180: hue angle of 248.5º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130180 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB191128-
CMYK0.850.9900.50
HSL248.5º98.45%25.29%-
HSV(B)248.5º99.22%50.2%-
XYZ4.181.7220.53-
YUV20.86188.46126.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 128 (50.39% from 255) = 86.49%
R=12.84%
G=0.68%
B=86.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1911280.850.9900.50248.598.4525.29
Hex131805563032f96219
Octal23120012514306237114231
Binary1001111000000010101011100011011001011111001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130180; }

 p { color: rgb(19,1,128); }

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

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

 a { background-color: rgb(19,1,128); }

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

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

 span { border-color: rgb(19,1,128); }

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