#13058A

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

Shades of Ultramarine #13058A

Tints of Ultramarine #13058A

Color information

#13058A (or 0x13058A) is unknown color: approx Ultramarine. HEX triplet: 13, 05 and 8A. RGB value is (19,5,138). Sum of RGB (Red+Green+Blue) = 19+5+138=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 138 (54.30% from 255 or 85.19% from 162); Max value from RGB is 138 - color contains mainly: blue. Hex color #13058A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13058A is #ECFA75. Grayscale: #171717. Windows color (decimal): -15530614 or 9045267. OLE color: 9045267.

HSL color Cylindrical-coordinate representation of color #13058A: hue angle of 246.32º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13058A is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB195138-
CMYK0.860.9600.46
HSL246.32º93.01%28.04%-
HSV(B)246.32º96.38%54.12%-
XYZ4.912.0824.19-
YUV24.35192.14124.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 138 (54.30% from 255) = 85.19%
R=11.73%
G=3.09%
B=85.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1951380.860.9600.46246.3293.0128.04
Hex1358A566002Ef65d1c
Octal23521212614005636613534
Binary100111011000101010101101100000010111011110110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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