#130086

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

Shades of Ultramarine #130086

Tints of Ultramarine #130086

Color information

#130086 (or 0x130086) is unknown color: approx Ultramarine. HEX triplet: 13, 00 and 86. RGB value is (19,0,134). Sum of RGB (Red+Green+Blue) = 19+0+134=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 134 (52.73% from 255 or 87.58% from 153); Max value from RGB is 134 - color contains mainly: blue. Hex color #130086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130086 is #ECFF79. Grayscale: #141414. Windows color (decimal): -15531898 or 8781843. OLE color: 8781843.

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

Color convert

RGB190134-
CMYK0.86100.47
HSL248.51º100%26.27%-
HSV(B)248.51º100%52.55%-
XYZ4.571.8622.67-
YUV20.96191.79126.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 87.58%
R=12.42%
G=0%
B=87.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1901340.86100.47248.5110026.27
Hex13086566402Ff9641a
Octal23020612614405737114432
Binary1001101000011010101101100100010111111111001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130086; }

 p { color: rgb(19,0,134); }

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

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

 a { background-color: rgb(19,0,134); }

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

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

 span { border-color: rgb(19,0,134); }

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