#13098A

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

Shades of Ultramarine #13098A

Tints of Ultramarine #13098A

Color information

#13098A (or 0x13098A) is unknown color: approx Ultramarine. HEX triplet: 13, 09 and 8A. RGB value is (19,9,138). Sum of RGB (Red+Green+Blue) = 19+9+138=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 138 (54.30% from 255 or 83.13% from 166); Max value from RGB is 138 - color contains mainly: blue. Hex color #13098A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13098A is #ECF675. Grayscale: #1A1A1A. Windows color (decimal): -15529590 or 9046291. OLE color: 9046291.

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

Color convert

RGB199138-
CMYK0.860.9300.46
HSL244.65º87.76%28.82%-
HSV(B)244.65º93.48%54.12%-
XYZ4.952.1724.2-
YUV26.7190.81122.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 138 (54.30% from 255) = 83.13%
R=11.45%
G=5.42%
B=83.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1991380.860.9300.46244.6587.7628.82
Hex1398A565D02Ef5581d
Octal231121212613505636513035
Binary1001110011000101010101101011101010111011110101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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