#191185

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

Shades of Ultramarine #191185

Tints of Ultramarine #191185

Color information

#191185 (or 0x191185) is unknown color: approx Ultramarine. HEX triplet: 19, 11 and 85. RGB value is (25,17,133). Sum of RGB (Red+Green+Blue) = 25+17+133=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 133 (52.34% from 255 or 76% from 175); Max value from RGB is 133 - color contains mainly: blue. Hex color #191185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191185 is #E6EE7A. Grayscale: #202020. Windows color (decimal): -15134331 or 8720665. OLE color: 8720665.

HSL color Cylindrical-coordinate representation of color #191185: hue angle of 244.14º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #191185 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2517133-
CMYK0.810.8700.48
HSL244.14º77.33%29.41%-
HSV(B)244.14º87.22%52.16%-
XYZ4.832.322.38-
YUV32.62184.65122.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 133 (52.34% from 255) = 76%
R=14.29%
G=9.71%
B=76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25171330.810.8700.48244.1477.3329.41
Hex1911855157030f44d1d
Octal312120512112706036411535
Binary11001100011000010110100011010111011000011110100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191185; }

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

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

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

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

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

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

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

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