#291AAC

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

Shades of Ultramarine #291AAC

Tints of Ultramarine #291AAC

Color information

#291AAC (or 0x291AAC) is unknown color: approx Ultramarine. HEX triplet: 29, 1A and AC. RGB value is (41,26,172). Sum of RGB (Red+Green+Blue) = 41+26+172=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #291AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291AAC is #D6E553. Grayscale: #2E2E2E. Windows color (decimal): -14083412 or 11278889. OLE color: 11278889.

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

Color convert

RGB4126172-
CMYK0.760.8500.33
HSL246.16º73.74%38.82%-
HSV(B)246.16º84.88%67.45%-
XYZ8.734.1939.38-
YUV47.13198.47123.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 172 (67.58% from 255) = 71.97%
R=17.15%
G=10.88%
B=71.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41261720.760.8500.33246.1673.7438.82
Hex291AAC4C55021f64a27
Octal513225411412504136611247
Binary1010011101010101100100110010101010100001111101101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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