#291094

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

Shades of Ultramarine #291094

Tints of Ultramarine #291094

Color information

#291094 (or 0x291094) is unknown color: approx Ultramarine. HEX triplet: 29, 10 and 94. RGB value is (41,16,148). Sum of RGB (Red+Green+Blue) = 41+16+148=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #291094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291094 is #D6EF6B. Grayscale: #262626. Windows color (decimal): -14085996 or 9703465. OLE color: 9703465.

HSL color Cylindrical-coordinate representation of color #291094: hue angle of 251.36º degrees, saturation: 0.8, 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 #291094 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4116148-
CMYK0.720.8900.42
HSL251.36º80.49%32.16%-
HSV(B)251.36º89.19%58.04%-
XYZ6.452.9828.25-
YUV38.52189.78129.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 148 (58.20% from 255) = 72.20%
R=20%
G=7.80%
B=72.20%

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
Decimal41161480.720.8900.42251.3680.4932.16
Hex291094485902Afb5020
Octal512022411013105237312040
Binary1010011000010010100100100010110010101010111110111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291094; }

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

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

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

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

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

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

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

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