#290AA0

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

Shades of Ultramarine #290AA0

Tints of Ultramarine #290AA0

Color information

#290AA0 (or 0x290AA0) is unknown color: approx Ultramarine. HEX triplet: 29, 0A and A0. RGB value is (41,10,160). Sum of RGB (Red+Green+Blue) = 41+10+160=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 160 (62.89% from 255 or 75.83% from 211); Max value from RGB is 160 - color contains mainly: blue. Hex color #290AA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290AA0 is #D6F55F. Grayscale: #232323. Windows color (decimal): -14087520 or 10488361. OLE color: 10488361.

HSL color Cylindrical-coordinate representation of color #290AA0: hue angle of 252.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290AA0 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4110160-
CMYK0.740.9400.37
HSL252.4º88.24%33.33%-
HSV(B)252.4º93.75%62.75%-
XYZ7.373.2333.49-
YUV36.37197.77131.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 10 (4.30% from 255) = 4.74%
BLUE value IS 160 (62.89% from 255) = 75.83%
R=19.43%
G=4.74%
B=75.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41101600.740.9400.37252.488.2433.33
Hex29AA04A5E025fc5821
Octal511224011213604537413041
Binary101001101010100000100101010111100100101111111001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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