#290BAE

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

Shades of Ultramarine #290BAE

Tints of Ultramarine #290BAE

Color information

#290BAE (or 0x290BAE) is unknown color: approx Ultramarine. HEX triplet: 29, 0B and AE. RGB value is (41,11,174). Sum of RGB (Red+Green+Blue) = 41+11+174=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 174 (68.36% from 255 or 76.99% from 226); Max value from RGB is 174 - color contains mainly: blue. Hex color #290BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290BAE is #D6F451. Grayscale: #252525. Windows color (decimal): -14087250 or 11406121. OLE color: 11406121.

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

Color convert

RGB4111174-
CMYK0.760.9400.32
HSL251.04º88.11%36.27%-
HSV(B)251.04º93.68%68.24%-
XYZ8.673.7740.31-
YUV38.55204.44129.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 11 (4.69% from 255) = 4.87%
BLUE value IS 174 (68.36% from 255) = 76.99%
R=18.14%
G=4.87%
B=76.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41111740.760.9400.32251.0488.1136.27
Hex29BAE4C5E020fb5824
Octal511325611413604037313044
Binary101001101110101110100110010111100100000111110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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