#290DAD

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

Shades of Ultramarine #290DAD

Tints of Ultramarine #290DAD

Color information

#290DAD (or 0x290DAD) is unknown color: approx Ultramarine. HEX triplet: 29, 0D and AD. RGB value is (41,13,173). Sum of RGB (Red+Green+Blue) = 41+13+173=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 173 (67.97% from 255 or 76.21% from 227); Max value from RGB is 173 - color contains mainly: blue. Hex color #290DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290DAD is #D6F252. Grayscale: #272727. Windows color (decimal): -14086739 or 11341097. OLE color: 11341097.

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

Color convert

RGB4113173-
CMYK0.760.9200.32
HSL250.5º86.02%36.47%-
HSV(B)250.5º92.49%67.84%-
XYZ8.63.7839.81-
YUV39.61203.28128.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 13 (5.47% from 255) = 5.73%
BLUE value IS 173 (67.97% from 255) = 76.21%
R=18.06%
G=5.73%
B=76.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41131730.760.9200.32250.586.0236.47
Hex29DAD4C5C020fa5624
Octal511525511413404037212644
Binary101001110110101101100110010111000100000111110101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,13,173); }

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

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

 a { background-color: rgb(41,13,173); }

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

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

 span { border-color: rgb(41,13,173); }

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