#291996

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

Shades of Ultramarine #291996

Tints of Ultramarine #291996

Color information

#291996 (or 0x291996) is unknown color: approx Ultramarine. HEX triplet: 29, 19 and 96. RGB value is (41,25,150). Sum of RGB (Red+Green+Blue) = 41+25+150=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #291996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291996 is #D6E669. Grayscale: #2B2B2B. Windows color (decimal): -14083690 or 9836841. OLE color: 9836841.

HSL color Cylindrical-coordinate representation of color #291996: hue angle of 247.68º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291996 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4125150-
CMYK0.730.8300.41
HSL247.68º71.43%34.31%-
HSV(B)247.68º83.33%58.82%-
XYZ6.773.3729.15-
YUV44.03187.8125.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 150 (58.98% from 255) = 69.44%
R=18.98%
G=11.57%
B=69.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41251500.730.8300.41247.6871.4334.31
Hex2919964953029f84722
Octal513122611112305137010742
Binary1010011100110010110100100110100110101001111110001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291996; }

 p { color: rgb(41,25,150); }

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

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

 a { background-color: rgb(41,25,150); }

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

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

 span { border-color: rgb(41,25,150); }

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