#191690

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

Shades of Ultramarine #191690

Tints of Ultramarine #191690

Color information

#191690 (or 0x191690) is unknown color: approx Ultramarine. HEX triplet: 19, 16 and 90. RGB value is (25,22,144). Sum of RGB (Red+Green+Blue) = 25+22+144=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 144 (56.64% from 255 or 75.39% from 191); Max value from RGB is 144 - color contains mainly: blue. Hex color #191690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191690 is #E6E96F. Grayscale: #242424. Windows color (decimal): -15133040 or 9442841. OLE color: 9442841.

HSL color Cylindrical-coordinate representation of color #191690: hue angle of 241.48º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #191690 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2522144-
CMYK0.830.8500.44
HSL241.48º73.49%32.55%-
HSV(B)241.48º84.72%56.47%-
XYZ5.722.7926.62-
YUV36.8188.49119.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 144 (56.64% from 255) = 75.39%
R=13.09%
G=11.52%
B=75.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25221440.830.8500.44241.4873.4932.55
Hex191690535502Cf14921
Octal312622012312505436111141
Binary110011011010010000101001110101010101100111100011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191690; }

 p { color: rgb(25,22,144); }

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

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

 a { background-color: rgb(25,22,144); }

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

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

 span { border-color: rgb(25,22,144); }

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