#190585

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

Shades of Ultramarine #190585

Tints of Ultramarine #190585

Color information

#190585 (or 0x190585) is unknown color: approx Ultramarine. HEX triplet: 19, 05 and 85. RGB value is (25,5,133). Sum of RGB (Red+Green+Blue) = 25+5+133=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 133 (52.34% from 255 or 81.60% from 163); Max value from RGB is 133 - color contains mainly: blue. Hex color #190585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190585 is #E6FA7A. Grayscale: #191919. Windows color (decimal): -15137403 or 8717593. OLE color: 8717593.

HSL color Cylindrical-coordinate representation of color #190585: hue angle of 249.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #190585 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB255133-
CMYK0.810.9600.48
HSL249.38º92.75%27.06%-
HSV(B)249.38º96.24%52.16%-
XYZ4.692.0122.33-
YUV25.57188.63127.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 133 (52.34% from 255) = 81.60%
R=15.34%
G=3.07%
B=81.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2551330.810.9600.48249.3892.7527.06
Hex195855160030f95d1b
Octal31520512114006037113533
Binary110011011000010110100011100000011000011111001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190585; }

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

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

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

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

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

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

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

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