#191592

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

Shades of Ultramarine #191592

Tints of Ultramarine #191592

Color information

#191592 (or 0x191592) is unknown color: approx Ultramarine. HEX triplet: 19, 15 and 92. RGB value is (25,21,146). Sum of RGB (Red+Green+Blue) = 25+21+146=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 146 (57.42% from 255 or 76.04% from 192); Max value from RGB is 146 - color contains mainly: blue. Hex color #191592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191592 is #E6EA6D. Grayscale: #232323. Windows color (decimal): -15133294 or 9573657. OLE color: 9573657.

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

Color convert

RGB2521146-
CMYK0.830.8600.43
HSL241.92º74.85%32.75%-
HSV(B)241.92º85.62%57.25%-
XYZ5.862.8227.43-
YUV36.45189.83119.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.02%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 146 (57.42% from 255) = 76.04%
R=13.02%
G=10.94%
B=76.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal25211460.830.8600.43241.9274.8532.75
Hex191592535602Bf24b21
Octal312522212312605336211341
Binary110011010110010010101001110101100101011111100101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191592; }

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

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

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

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

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

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

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

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