#291D94

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

Shades of Ultramarine #291D94

Tints of Ultramarine #291D94

Color information

#291D94 (or 0x291D94) is unknown color: approx Ultramarine. HEX triplet: 29, 1D and 94. RGB value is (41,29,148). Sum of RGB (Red+Green+Blue) = 41+29+148=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #291D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291D94 is #D6E26B. Grayscale: #2D2D2D. Windows color (decimal): -14082668 or 9706793. OLE color: 9706793.

HSL color Cylindrical-coordinate representation of color #291D94: hue angle of 246.05º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291D94 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4129148-
CMYK0.720.8000.42
HSL246.05º67.23%34.71%-
HSV(B)246.05º80.41%58.04%-
XYZ6.73.4928.34-
YUV46.15185.48124.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.81%
GREEN value IS 29 (11.72% from 255) = 13.30%
BLUE value IS 148 (58.20% from 255) = 67.89%
R=18.81%
G=13.30%
B=67.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41291480.720.8000.42246.0567.2334.71
Hex291D94485002Af64323
Octal513522411012005236610343
Binary1010011110110010100100100010100000101010111101101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,29,148); }

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

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

 a { background-color: rgb(41,29,148); }

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

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

 span { border-color: rgb(41,29,148); }

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