#190399

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

Shades of Ultramarine #190399

Tints of Ultramarine #190399

Color information

#190399 (or 0x190399) is unknown color: approx Ultramarine. HEX triplet: 19, 03 and 99. RGB value is (25,3,153). Sum of RGB (Red+Green+Blue) = 25+3+153=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 153 (60.16% from 255 or 84.53% from 181); Max value from RGB is 153 - color contains mainly: blue. Hex color #190399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190399 is #E6FC66. Grayscale: #1A1A1A. Windows color (decimal): -15137895 or 10027801. OLE color: 10027801.

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

Color convert

RGB253153-
CMYK0.840.9800.4
HSL248.8º96.15%30.59%-
HSV(B)248.8º98.04%60%-
XYZ6.182.5730.31-
YUV26.68199.29126.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 153 (60.16% from 255) = 84.53%
R=13.81%
G=1.66%
B=84.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2531530.840.9800.4248.896.1530.59
Hex193995462028f9601f
Octal31323112414205037114037
Binary11001111001100110101001100010010100011111001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190399; }

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

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

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

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

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

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

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

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