#190296

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

Shades of Ultramarine #190296

Tints of Ultramarine #190296

Color information

#190296 (or 0x190296) is unknown color: approx Ultramarine. HEX triplet: 19, 02 and 96. RGB value is (25,2,150). Sum of RGB (Red+Green+Blue) = 25+2+150=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 150 (58.98% from 255 or 84.75% from 177); Max value from RGB is 150 - color contains mainly: blue. Hex color #190296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190296 is #E6FD69. Grayscale: #191919. Windows color (decimal): -15138154 or 9830937. OLE color: 9830937.

HSL color Cylindrical-coordinate representation of color #190296: hue angle of 249.32º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #190296 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB252150-
CMYK0.830.9900.41
HSL249.32º97.37%29.8%-
HSV(B)249.32º98.67%58.82%-
XYZ5.932.4529.02-
YUV25.75198.12127.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 150 (58.98% from 255) = 84.75%
R=14.12%
G=1.13%
B=84.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2521500.830.9900.41249.3297.3729.8
Hex192965363029f9611e
Octal31222612314305137114136
Binary11001101001011010100111100011010100111111001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190296; }

 p { color: rgb(25,2,150); }

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

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

 a { background-color: rgb(25,2,150); }

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

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

 span { border-color: rgb(25,2,150); }

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