#19158E

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

Shades of Ultramarine #19158E

Tints of Ultramarine #19158E

Color information

#19158E (or 0x19158E) is unknown color: approx Ultramarine. HEX triplet: 19, 15 and 8E. RGB value is (25,21,142). Sum of RGB (Red+Green+Blue) = 25+21+142=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 142 (55.86% from 255 or 75.53% from 188); Max value from RGB is 142 - color contains mainly: blue. Hex color #19158E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19158E is #E6EA71. Grayscale: #232323. Windows color (decimal): -15133298 or 9311513. OLE color: 9311513.

HSL color Cylindrical-coordinate representation of color #19158E: hue angle of 241.98º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19158E is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2521142-
CMYK0.820.8500.44
HSL241.98º74.23%31.96%-
HSV(B)241.98º85.21%55.69%-
XYZ5.552.725.82-
YUV35.99187.83120.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 142 (55.86% from 255) = 75.53%
R=13.30%
G=11.17%
B=75.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25211420.820.8500.44241.9874.2331.96
Hex19158E525502Cf24a20
Octal312521612212505436211240
Binary110011010110001110101001010101010101100111100101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19158E; }

 p { color: rgb(25,21,142); }

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

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

 a { background-color: rgb(25,21,142); }

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

<style>
 span { border-color: #19158E; }

 span { border-color: rgb(25,21,142); }

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