#291BAA

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

Shades of Ultramarine #291BAA

Tints of Ultramarine #291BAA

Color information

#291BAA (or 0x291BAA) is unknown color: approx Ultramarine. HEX triplet: 29, 1B and AA. RGB value is (41,27,170). Sum of RGB (Red+Green+Blue) = 41+27+170=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #291BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291BAA is #D6E455. Grayscale: #2E2E2E. Windows color (decimal): -14083158 or 11148073. OLE color: 11148073.

HSL color Cylindrical-coordinate representation of color #291BAA: hue angle of 245.87º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291BAA is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4127170-
CMYK0.760.8400.33
HSL245.87º72.59%38.63%-
HSV(B)245.87º84.12%66.67%-
XYZ8.564.1638.38-
YUV47.49197.14123.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 27 (10.94% from 255) = 11.34%
BLUE value IS 170 (66.80% from 255) = 71.43%
R=17.23%
G=11.34%
B=71.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41271700.760.8400.33245.8772.5938.63
Hex291BAA4C54021f64927
Octal513325211412404136611147
Binary1010011101110101010100110010101000100001111101101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,27,170); }

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

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

 a { background-color: rgb(41,27,170); }

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

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

 span { border-color: rgb(41,27,170); }

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