#13058D

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

Shades of Ultramarine #13058D

Tints of Ultramarine #13058D

Color information

#13058D (or 0x13058D) is unknown color: approx Ultramarine. HEX triplet: 13, 05 and 8D. RGB value is (19,5,141). Sum of RGB (Red+Green+Blue) = 19+5+141=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 141 (55.47% from 255 or 85.45% from 165); Max value from RGB is 141 - color contains mainly: blue. Hex color #13058D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13058D is #ECFA72. Grayscale: #181818. Windows color (decimal): -15530611 or 9241875. OLE color: 9241875.

HSL color Cylindrical-coordinate representation of color #13058D: hue angle of 246.18º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13058D is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB195141-
CMYK0.870.9600.45
HSL246.18º93.15%28.63%-
HSV(B)246.18º96.45%55.29%-
XYZ5.132.1725.35-
YUV24.69193.64123.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.52%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 141 (55.47% from 255) = 85.45%
R=11.52%
G=3.03%
B=85.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1951410.870.9600.45246.1893.1528.63
Hex1358D576002Df65d1d
Octal23521512714005536613535
Binary100111011000110110101111100000010110111110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13058D; }

 p { color: rgb(19,5,141); }

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

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

 a { background-color: rgb(19,5,141); }

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

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

 span { border-color: rgb(19,5,141); }

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