#13068A

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

Shades of Ultramarine #13068A

Tints of Ultramarine #13068A

Color information

#13068A (or 0x13068A) is unknown color: approx Ultramarine. HEX triplet: 13, 06 and 8A. RGB value is (19,6,138). Sum of RGB (Red+Green+Blue) = 19+6+138=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 138 (54.30% from 255 or 84.66% from 163); Max value from RGB is 138 - color contains mainly: blue. Hex color #13068A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13068A is #ECF975. Grayscale: #181818. Windows color (decimal): -15530358 or 9045523. OLE color: 9045523.

HSL color Cylindrical-coordinate representation of color #13068A: hue angle of 245.91º degrees, saturation: 0.92, 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 #13068A is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB196138-
CMYK0.860.9600.46
HSL245.91º91.67%28.24%-
HSV(B)245.91º95.65%54.12%-
XYZ4.922.124.19-
YUV24.94191.81123.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 138 (54.30% from 255) = 84.66%
R=11.66%
G=3.68%
B=84.66%

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
Decimal1961380.860.9600.46245.9191.6728.24
Hex1368A566002Ef65c1c
Octal23621212614005636613434
Binary100111101000101010101101100000010111011110110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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