#291E9B

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

Shades of Ultramarine #291E9B

Tints of Ultramarine #291E9B

Color information

#291E9B (or 0x291E9B) is unknown color: approx Ultramarine. HEX triplet: 29, 1E and 9B. RGB value is (41,30,155). Sum of RGB (Red+Green+Blue) = 41+30+155=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #291E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291E9B is #D6E164. Grayscale: #2F2F2F. Windows color (decimal): -14082405 or 10165801. OLE color: 10165801.

HSL color Cylindrical-coordinate representation of color #291E9B: hue angle of 245.28º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291E9B is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4130155-
CMYK0.740.8100.39
HSL245.28º67.57%36.27%-
HSV(B)245.28º80.65%60.78%-
XYZ7.33.7731.35-
YUV47.54188.64123.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 30 (12.11% from 255) = 13.27%
BLUE value IS 155 (60.94% from 255) = 68.58%
R=18.14%
G=13.27%
B=68.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41301550.740.8100.39245.2867.5736.27
Hex291E9B4A51027f54424
Octal513623311212104736510444
Binary1010011111010011011100101010100010100111111101011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291E9B; }

 p { color: rgb(41,30,155); }

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

<style>
 a { background-color: #291E9B; }

 a { background-color: rgb(41,30,155); }

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

<style>
 span { border-color: #291E9B; }

 span { border-color: rgb(41,30,155); }

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