#291B93

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

Shades of Ultramarine #291B93

Tints of Ultramarine #291B93

Color information

#291B93 (or 0x291B93) is unknown color: approx Ultramarine. HEX triplet: 29, 1B and 93. RGB value is (41,27,147). Sum of RGB (Red+Green+Blue) = 41+27+147=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #291B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291B93 is #D6E46C. Grayscale: #2C2C2C. Windows color (decimal): -14083181 or 9640745. OLE color: 9640745.

HSL color Cylindrical-coordinate representation of color #291B93: hue angle of 247º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291B93 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4127147-
CMYK0.720.8200.42
HSL247º68.97%34.12%-
HSV(B)247º81.63%57.65%-
XYZ6.573.3627.91-
YUV44.87185.64125.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 27 (10.94% from 255) = 12.56%
BLUE value IS 147 (57.81% from 255) = 68.37%
R=19.07%
G=12.56%
B=68.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41271470.720.8200.4224768.9734.12
Hex291B93485202Af74522
Octal513322311012205236710542
Binary1010011101110010011100100010100100101010111101111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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