#290D95

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

Shades of Ultramarine #290D95

Tints of Ultramarine #290D95

Color information

#290D95 (or 0x290D95) is unknown color: approx Ultramarine. HEX triplet: 29, 0D and 95. RGB value is (41,13,149). Sum of RGB (Red+Green+Blue) = 41+13+149=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #290D95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290D95 is #D6F26A. Grayscale: #242424. Windows color (decimal): -14086763 or 9768233. OLE color: 9768233.

HSL color Cylindrical-coordinate representation of color #290D95: hue angle of 252.35º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290D95 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4113149-
CMYK0.720.9100.42
HSL252.35º83.95%31.76%-
HSV(B)252.35º91.28%58.43%-
XYZ6.482.9328.66-
YUV36.88191.28130.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 149 (58.59% from 255) = 73.40%
R=20.20%
G=6.40%
B=73.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41131490.720.9100.42252.3583.9531.76
Hex29D95485B02Afc5420
Octal511522511013305237412440
Binary101001110110010101100100010110110101010111111001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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