#19109A

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

Shades of Ultramarine #19109A

Tints of Ultramarine #19109A

Color information

#19109A (or 0x19109A) is unknown color: approx Ultramarine. HEX triplet: 19, 10 and 9A. RGB value is (25,16,154). Sum of RGB (Red+Green+Blue) = 25+16+154=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 154 (60.55% from 255 or 78.97% from 195); Max value from RGB is 154 - color contains mainly: blue. Hex color #19109A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19109A is #E6EF65. Grayscale: #212121. Windows color (decimal): -15134566 or 10096665. OLE color: 10096665.

HSL color Cylindrical-coordinate representation of color #19109A: hue angle of 243.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19109A is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2516154-
CMYK0.840.9000.40
HSL243.91º81.18%33.33%-
HSV(B)243.91º89.61%60.39%-
XYZ6.422.9130.8-
YUV34.42195.48121.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 154 (60.55% from 255) = 78.97%
R=12.82%
G=8.21%
B=78.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25161540.840.9000.40243.9181.1833.33
Hex19109A545A028f45121
Octal312023212413205036412141
Binary110011000010011010101010010110100101000111101001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19109A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,16,154); }

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

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

 a { background-color: rgb(25,16,154); }

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

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

 span { border-color: rgb(25,16,154); }

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