#130886

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

Shades of Ultramarine #130886

Tints of Ultramarine #130886

Color information

#130886 (or 0x130886) is unknown color: approx Ultramarine. HEX triplet: 13, 08 and 86. RGB value is (19,8,134). Sum of RGB (Red+Green+Blue) = 19+8+134=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 134 (52.73% from 255 or 83.23% from 161); Max value from RGB is 134 - color contains mainly: blue. Hex color #130886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130886 is #ECF779. Grayscale: #191919. Windows color (decimal): -15529850 or 8783891. OLE color: 8783891.

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

Color convert

RGB198134-
CMYK0.860.9400.47
HSL245.24º88.73%27.84%-
HSV(B)245.24º94.03%52.55%-
XYZ4.662.0322.7-
YUV25.65189.14123.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 134 (52.73% from 255) = 83.23%
R=11.80%
G=4.97%
B=83.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1981340.860.9400.47245.2488.7327.84
Hex13886565E02Ff5591c
Octal231020612613605736513134
Binary1001110001000011010101101011110010111111110101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130886; }

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

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

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

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

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

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

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

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