#191190

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

Shades of Ultramarine #191190

Tints of Ultramarine #191190

Color information

#191190 (or 0x191190) is unknown color: approx Ultramarine. HEX triplet: 19, 11 and 90. RGB value is (25,17,144). Sum of RGB (Red+Green+Blue) = 25+17+144=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 144 (56.64% from 255 or 77.42% from 186); Max value from RGB is 144 - color contains mainly: blue. Hex color #191190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191190 is #E6EE6F. Grayscale: #212121. Windows color (decimal): -15134320 or 9441561. OLE color: 9441561.

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

Color convert

RGB2517144-
CMYK0.830.8800.44
HSL243.78º78.88%31.57%-
HSV(B)243.78º88.19%56.47%-
XYZ5.642.6226.59-
YUV33.87190.15121.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.44%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 144 (56.64% from 255) = 77.42%
R=13.44%
G=9.14%
B=77.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25171440.830.8800.44243.7878.8831.57
Hex191190535802Cf44f20
Octal312122012313005436411740
Binary110011000110010000101001110110000101100111101001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191190; }

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

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

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

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

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

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

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

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