#190596

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

Shades of Ultramarine #190596

Tints of Ultramarine #190596

Color information

#190596 (or 0x190596) is unknown color: approx Ultramarine. HEX triplet: 19, 05 and 96. RGB value is (25,5,150). Sum of RGB (Red+Green+Blue) = 25+5+150=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 150 (58.98% from 255 or 83.33% from 180); Max value from RGB is 150 - color contains mainly: blue. Hex color #190596 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190596 is #E6FA69. Grayscale: #1A1A1A. Windows color (decimal): -15137386 or 9831705. OLE color: 9831705.

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

Color convert

RGB255150-
CMYK0.830.9700.41
HSL248.28º93.55%30.39%-
HSV(B)248.28º96.67%58.82%-
XYZ5.962.5229.03-
YUV27.51197.13126.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 150 (58.98% from 255) = 83.33%
R=13.89%
G=2.78%
B=83.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2551500.830.9700.41248.2893.5530.39
Hex195965361029f85e1e
Octal31522612314105137013636
Binary110011011001011010100111100001010100111111000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190596; }

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

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

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

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

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

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

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

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