#291AA8

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

Shades of Ultramarine #291AA8

Tints of Ultramarine #291AA8

Color information

#291AA8 (or 0x291AA8) is unknown color: approx Ultramarine. HEX triplet: 29, 1A and A8. RGB value is (41,26,168). Sum of RGB (Red+Green+Blue) = 41+26+168=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 168 (66.02% from 255 or 71.49% from 235); Max value from RGB is 168 - color contains mainly: blue. Hex color #291AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291AA8 is #D6E557. Grayscale: #2E2E2E. Windows color (decimal): -14083416 or 11016745. OLE color: 11016745.

HSL color Cylindrical-coordinate representation of color #291AA8: hue angle of 246.34º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291AA8 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4126168-
CMYK0.760.8500.34
HSL246.34º73.2%38.04%-
HSV(B)246.34º84.52%65.88%-
XYZ8.354.0437.38-
YUV46.67196.47123.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 168 (66.02% from 255) = 71.49%
R=17.45%
G=11.06%
B=71.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal41261680.760.8500.34246.3473.238.04
Hex291AA84C55022f64926
Octal513225011412504236611146
Binary1010011101010101000100110010101010100010111101101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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