#19118a

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

Shades of Ultramarine #19118A

Tints of Ultramarine #19118A

Color information

#19118A (or 0x19118A) is unknown color: approx Ultramarine. HEX triplet: 19, 11 and 8A. RGB value is (25,17,138). Sum of RGB (Red+Green+Blue) = 25+17+138=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 138 (54.30% from 255 or 76.67% from 180); Max value from RGB is 138 - color contains mainly: blue. Hex color #19118A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19118A is #E6EE75. Grayscale: #202020. Windows color (decimal): -15134326 or 9048345. OLE color: 9048345.

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

Color convert

RGB2517138-
CMYK0.820.8800.46
HSL243.97º78.06%30.39%-
HSV(B)243.97º87.68%54.12%-
XYZ5.192.4424.24-
YUV33.19187.15122.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 138 (54.30% from 255) = 76.67%
R=13.89%
G=9.44%
B=76.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25171380.820.8800.46243.9778.0630.39
Hex19118A525802Ef44e1e
Octal312121212213005636411636
Binary11001100011000101010100101011000010111011110100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19118a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19118a; }

 p { color: rgb(25,17,138); }

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

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

 a { background-color: rgb(25,17,138); }

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

<style>
 span { border-color: #19118a; }

 span { border-color: rgb(25,17,138); }

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