#290BAA

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

Shades of Ultramarine #290BAA

Tints of Ultramarine #290BAA

Color information

#290BAA (or 0x290BAA) is unknown color: approx Ultramarine. HEX triplet: 29, 0B and AA. RGB value is (41,11,170). Sum of RGB (Red+Green+Blue) = 41+11+170=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #290BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290BAA is #D6F455. Grayscale: #252525. Windows color (decimal): -14087254 or 11143977. OLE color: 11143977.

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

Color convert

RGB4111170-
CMYK0.760.9400.33
HSL251.32º87.85%35.49%-
HSV(B)251.32º93.53%66.67%-
XYZ8.293.6138.29-
YUV38.1202.44130.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 11 (4.69% from 255) = 4.95%
BLUE value IS 170 (66.80% from 255) = 76.58%
R=18.47%
G=4.95%
B=76.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41111700.760.9400.33251.3287.8535.49
Hex29BAA4C5E021fb5823
Octal511325211413604137313043
Binary101001101110101010100110010111100100001111110111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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