#291194

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

Shades of Ultramarine #291194

Tints of Ultramarine #291194

Color information

#291194 (or 0x291194) is unknown color: approx Ultramarine. HEX triplet: 29, 11 and 94. RGB value is (41,17,148). Sum of RGB (Red+Green+Blue) = 41+17+148=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 148 (58.20% from 255 or 71.84% from 206); Max value from RGB is 148 - color contains mainly: blue. Hex color #291194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291194 is #D6EE6B. Grayscale: #262626. Windows color (decimal): -14085740 or 9703721. OLE color: 9703721.

HSL color Cylindrical-coordinate representation of color #291194: hue angle of 250.99º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #291194 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4117148-
CMYK0.720.8900.42
HSL250.99º79.39%32.35%-
HSV(B)250.99º88.51%58.04%-
XYZ6.463.0128.26-
YUV39.11189.45129.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 148 (58.20% from 255) = 71.84%
R=19.90%
G=8.25%
B=71.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41171480.720.8900.42250.9979.3932.35
Hex291194485902Afb4f20
Octal512122411013105237311740
Binary1010011000110010100100100010110010101010111110111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291194; }

 p { color: rgb(41,17,148); }

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

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

 a { background-color: rgb(41,17,148); }

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

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

 span { border-color: rgb(41,17,148); }

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