#190187

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

Shades of Ultramarine #190187

Tints of Ultramarine #190187

Color information

#190187 (or 0x190187) is unknown color: approx Ultramarine. HEX triplet: 19, 01 and 87. RGB value is (25,1,135). Sum of RGB (Red+Green+Blue) = 25+1+135=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 135 (53.12% from 255 or 83.85% from 161); Max value from RGB is 135 - color contains mainly: blue. Hex color #190187 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190187 is #E6FE78. Grayscale: #161616. Windows color (decimal): -15138425 or 8847641. OLE color: 8847641.

HSL color Cylindrical-coordinate representation of color #190187: hue angle of 250.75º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #190187 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB251135-
CMYK0.810.9900.47
HSL250.75º98.53%26.67%-
HSV(B)250.75º99.26%52.94%-
XYZ4.781.9823.05-
YUV23.45190.95129.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 135 (53.12% from 255) = 83.85%
R=15.53%
G=0.62%
B=83.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2511350.810.9900.47250.7598.5326.67
Hex19187516302Ffb631b
Octal31120712114305737314333
Binary1100111000011110100011100011010111111111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190187; }

 p { color: rgb(25,1,135); }

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

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

 a { background-color: rgb(25,1,135); }

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

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

 span { border-color: rgb(25,1,135); }

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