#291A98

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

Shades of Ultramarine #291A98

Tints of Ultramarine #291A98

Color information

#291A98 (or 0x291A98) is unknown color: approx Ultramarine. HEX triplet: 29, 1A and 98. RGB value is (41,26,152). Sum of RGB (Red+Green+Blue) = 41+26+152=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #291A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291A98 is #D6E567. Grayscale: #2C2C2C. Windows color (decimal): -14083432 or 9968169. OLE color: 9968169.

HSL color Cylindrical-coordinate representation of color #291A98: hue angle of 247.14º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291A98 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4126152-
CMYK0.730.8300.40
HSL247.14º70.79%34.9%-
HSV(B)247.14º82.89%59.61%-
XYZ6.953.4830.01-
YUV44.85188.47125.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 152 (59.77% from 255) = 69.41%
R=18.72%
G=11.87%
B=69.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41261520.730.8300.40247.1470.7934.9
Hex291A984953028f74723
Octal513223011112305036710743
Binary1010011101010011000100100110100110101000111101111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291A98; }

 p { color: rgb(41,26,152); }

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

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

 a { background-color: rgb(41,26,152); }

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

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

 span { border-color: rgb(41,26,152); }

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