#13108F

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

Shades of Ultramarine #13108F

Tints of Ultramarine #13108F

Color information

#13108F (or 0x13108F) is unknown color: approx Ultramarine. HEX triplet: 13, 10 and 8F. RGB value is (19,16,143). Sum of RGB (Red+Green+Blue) = 19+16+143=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 143 (56.25% from 255 or 80.34% from 178); Max value from RGB is 143 - color contains mainly: blue. Hex color #13108F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13108F is #ECEF70. Grayscale: #1E1E1E. Windows color (decimal): -15527793 or 9375763. OLE color: 9375763.

HSL color Cylindrical-coordinate representation of color #13108F: hue angle of 241.42º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13108F is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1916143-
CMYK0.870.8900.44
HSL241.42º79.87%31.18%-
HSV(B)241.42º88.81%56.08%-
XYZ5.412.4926.18-
YUV31.38190.99119.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 16 (6.64% from 255) = 8.99%
BLUE value IS 143 (56.25% from 255) = 80.34%
R=10.67%
G=8.99%
B=80.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19161430.870.8900.44241.4279.8731.18
Hex13108F575902Cf1501f
Octal232021712713105436112037
Binary10011100001000111110101111011001010110011110001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13108F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13108F; }

 p { color: rgb(19,16,143); }

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

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

 a { background-color: rgb(19,16,143); }

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

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

 span { border-color: rgb(19,16,143); }

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