#290ca0

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

Shades of Ultramarine #290CA0

Tints of Ultramarine #290CA0

Color information

#290CA0 (or 0x290CA0) is unknown color: approx Ultramarine. HEX triplet: 29, 0C and A0. RGB value is (41,12,160). Sum of RGB (Red+Green+Blue) = 41+12+160=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 160 (62.89% from 255 or 75.12% from 213); Max value from RGB is 160 - color contains mainly: blue. Hex color #290CA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290CA0 is #D6F35F. Grayscale: #242424. Windows color (decimal): -14087008 or 10488873. OLE color: 10488873.

HSL color Cylindrical-coordinate representation of color #290CA0: hue angle of 251.76º degrees, saturation: 0.86, 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 #290CA0 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4112160-
CMYK0.740.9300.37
HSL251.76º86.05%33.73%-
HSV(B)251.76º92.5%62.75%-
XYZ7.393.2733.5-
YUV37.54197.11130.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 12 (5.08% from 255) = 5.63%
BLUE value IS 160 (62.89% from 255) = 75.12%
R=19.25%
G=5.63%
B=75.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41121600.740.9300.37251.7686.0533.73
Hex29CA04A5D025fc5622
Octal511424011213504537412642
Binary101001110010100000100101010111010100101111111001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290ca0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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