#190991

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

Shades of Ultramarine #190991

Tints of Ultramarine #190991

Color information

#190991 (or 0x190991) is unknown color: approx Ultramarine. HEX triplet: 19, 09 and 91. RGB value is (25,9,145). Sum of RGB (Red+Green+Blue) = 25+9+145=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 145 (57.03% from 255 or 81.01% from 179); Max value from RGB is 145 - color contains mainly: blue. Hex color #190991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190991 is #E6F66E. Grayscale: #1C1C1C. Windows color (decimal): -15136367 or 9505049. OLE color: 9505049.

HSL color Cylindrical-coordinate representation of color #190991: hue angle of 247.06º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190991 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB259145-
CMYK0.830.9400.43
HSL247.06º88.31%30.2%-
HSV(B)247.06º93.79%56.86%-
XYZ5.612.4526.96-
YUV29.29193.3124.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 145 (57.03% from 255) = 81.01%
R=13.97%
G=5.03%
B=81.01%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2591450.830.9400.43247.0688.3130.2
Hex19991535E02Bf7581e
Octal311122112313605336713036
Binary1100110011001000110100111011110010101111110111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190991; }

 p { color: rgb(25,9,145); }

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

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

 a { background-color: rgb(25,9,145); }

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

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

 span { border-color: rgb(25,9,145); }

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