#290A97

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

Shades of Ultramarine #290A97

Tints of Ultramarine #290A97

Color information

#290A97 (or 0x290A97) is unknown color: approx Ultramarine. HEX triplet: 29, 0A and 97. RGB value is (41,10,151). Sum of RGB (Red+Green+Blue) = 41+10+151=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #290A97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290A97 is #D6F568. Grayscale: #222222. Windows color (decimal): -14087529 or 9898537. OLE color: 9898537.

HSL color Cylindrical-coordinate representation of color #290A97: hue angle of 253.19º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290A97 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4110151-
CMYK0.730.9300.41
HSL253.19º87.58%31.57%-
HSV(B)253.19º93.38%59.22%-
XYZ6.612.9229.49-
YUV35.34193.27132.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 10 (4.30% from 255) = 4.95%
BLUE value IS 151 (59.38% from 255) = 74.75%
R=20.30%
G=4.95%
B=74.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41101510.730.9300.41253.1987.5831.57
Hex29A97495D029fd5820
Octal511222711113505137513040
Binary101001101010010111100100110111010101001111111011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290A97; }

 p { color: rgb(41,10,151); }

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

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

 a { background-color: rgb(41,10,151); }

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

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

 span { border-color: rgb(41,10,151); }

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