#191199

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

Shades of Ultramarine #191199

Tints of Ultramarine #191199

Color information

#191199 (or 0x191199) is unknown color: approx Ultramarine. HEX triplet: 19, 11 and 99. RGB value is (25,17,153). Sum of RGB (Red+Green+Blue) = 25+17+153=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #191199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191199 is #E6EE66. Grayscale: #222222. Windows color (decimal): -15134311 or 10031385. OLE color: 10031385.

HSL color Cylindrical-coordinate representation of color #191199: hue angle of 243.53º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191199 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2517153-
CMYK0.840.8900.4
HSL243.53º80%33.33%-
HSV(B)243.53º88.89%60%-
XYZ6.352.9130.36-
YUV34.9194.65120.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 153 (60.16% from 255) = 78.46%
R=12.82%
G=8.72%
B=78.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal25171530.840.8900.4243.538033.33
Hex1911995459028f45021
Octal312123112413105036412041
Binary110011000110011001101010010110010101000111101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191199; }

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

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

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

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

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

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

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

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