#13059F

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

Shades of Ultramarine #13059F

Tints of Ultramarine #13059F

Color information

#13059F (or 0x13059F) is unknown color: approx Ultramarine. HEX triplet: 13, 05 and 9F. RGB value is (19,5,159). Sum of RGB (Red+Green+Blue) = 19+5+159=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 159 (62.5% from 255 or 86.89% from 183); Max value from RGB is 159 - color contains mainly: blue. Hex color #13059F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13059F is #ECFA60. Grayscale: #1A1A1A. Windows color (decimal): -15530593 or 10421523. OLE color: 10421523.

HSL color Cylindrical-coordinate representation of color #13059F: hue angle of 245.45º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13059F is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB195159-
CMYK0.880.9700.38
HSL245.45º93.9%32.16%-
HSV(B)245.45º96.86%62.35%-
XYZ6.582.7532.98-
YUV26.74202.64122.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 159 (62.5% from 255) = 86.89%
R=10.38%
G=2.73%
B=86.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1951590.880.9700.38245.4593.932.16
Hex1359F5861026f55e20
Octal23523713014104636513640
Binary1001110110011111101100011000010100110111101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13059F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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