#290AB5

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

Shades of Ultramarine #290AB5

Tints of Ultramarine #290AB5

Color information

#290AB5 (or 0x290AB5) is unknown color: approx Ultramarine. HEX triplet: 29, 0A and B5. RGB value is (41,10,181). Sum of RGB (Red+Green+Blue) = 41+10+181=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 181 (71.09% from 255 or 78.02% from 232); Max value from RGB is 181 - color contains mainly: blue. Hex color #290AB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290AB5 is #D6F54A. Grayscale: #262626. Windows color (decimal): -14087499 or 11864617. OLE color: 11864617.

HSL color Cylindrical-coordinate representation of color #290AB5: hue angle of 250.88º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290AB5 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4110181-
CMYK0.770.9400.29
HSL250.88º89.53%37.45%-
HSV(B)250.88º94.48%70.98%-
XYZ9.364.0244-
YUV38.76208.27129.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 10 (4.30% from 255) = 4.31%
BLUE value IS 181 (71.09% from 255) = 78.02%
R=17.67%
G=4.31%
B=78.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal41101810.770.9400.29250.8889.5337.45
Hex29AB54D5E01Dfb5a25
Octal511226511513603537313245
Binary10100110101011010110011011011110011101111110111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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