#291599

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

Shades of Ultramarine #291599

Tints of Ultramarine #291599

Color information

#291599 (or 0x291599) is unknown color: approx Ultramarine. HEX triplet: 29, 15 and 99. RGB value is (41,21,153). Sum of RGB (Red+Green+Blue) = 41+21+153=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #291599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291599 is #D6EA66. Grayscale: #292929. Windows color (decimal): -14084711 or 10032425. OLE color: 10032425.

HSL color Cylindrical-coordinate representation of color #291599: hue angle of 249.09º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291599 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4121153-
CMYK0.730.8600.4
HSL249.09º75.86%34.12%-
HSV(B)249.09º86.27%60%-
XYZ6.933.3130.41-
YUV42.03190.63127.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 153 (60.16% from 255) = 71.16%
R=19.07%
G=9.77%
B=71.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41211530.730.8600.4249.0975.8634.12
Hex2915994956028f94c22
Octal512523111112605037111442
Binary1010011010110011001100100110101100101000111110011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291599; }

 p { color: rgb(41,21,153); }

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

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

 a { background-color: rgb(41,21,153); }

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

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

 span { border-color: rgb(41,21,153); }

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