#191092

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

Shades of Ultramarine #191092

Tints of Ultramarine #191092

Color information

#191092 (or 0x191092) is unknown color: approx Ultramarine. HEX triplet: 19, 10 and 92. RGB value is (25,16,146). Sum of RGB (Red+Green+Blue) = 25+16+146=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 146 (57.42% from 255 or 78.07% from 187); Max value from RGB is 146 - color contains mainly: blue. Hex color #191092 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191092 is #E6EF6D. Grayscale: #212121. Windows color (decimal): -15134574 or 9572377. OLE color: 9572377.

HSL color Cylindrical-coordinate representation of color #191092: hue angle of 244.15º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191092 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2516146-
CMYK0.830.8900.43
HSL244.15º80.25%31.76%-
HSV(B)244.15º89.04%57.25%-
XYZ5.772.6527.4-
YUV33.51191.48121.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 146 (57.42% from 255) = 78.07%
R=13.37%
G=8.56%
B=78.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal25161460.830.8900.43244.1580.2531.76
Hex191092535902Bf45020
Octal312022212313105336412040
Binary110011000010010010101001110110010101011111101001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191092; }

 p { color: rgb(25,16,146); }

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

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

 a { background-color: rgb(25,16,146); }

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

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

 span { border-color: rgb(25,16,146); }

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