#290BA1

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

Shades of Ultramarine #290BA1

Tints of Ultramarine #290BA1

Color information

#290BA1 (or 0x290BA1) is unknown color: approx Ultramarine. HEX triplet: 29, 0B and A1. RGB value is (41,11,161). Sum of RGB (Red+Green+Blue) = 41+11+161=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 161 (63.28% from 255 or 75.59% from 213); Max value from RGB is 161 - color contains mainly: blue. Hex color #290BA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290BA1 is #D6F45E. Grayscale: #242424. Windows color (decimal): -14087263 or 10554153. OLE color: 10554153.

HSL color Cylindrical-coordinate representation of color #290BA1: hue angle of 252º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290BA1 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4111161-
CMYK0.750.9300.37
HSL252º87.21%33.73%-
HSV(B)252º93.17%63.14%-
XYZ7.473.2833.96-
YUV37.07197.94130.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 11 (4.69% from 255) = 5.16%
BLUE value IS 161 (63.28% from 255) = 75.59%
R=19.25%
G=5.16%
B=75.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41111610.750.9300.3725287.2133.73
Hex29BA14B5D025fc5722
Octal511324111313504537412742
Binary101001101110100001100101110111010100101111111001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,11,161); }

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

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

 a { background-color: rgb(41,11,161); }

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

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

 span { border-color: rgb(41,11,161); }

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