#291F94

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

Shades of Ultramarine #291F94

Tints of Ultramarine #291F94

Color information

#291F94 (or 0x291F94) is unknown color: approx Ultramarine. HEX triplet: 29, 1F and 94. RGB value is (41,31,148). Sum of RGB (Red+Green+Blue) = 41+31+148=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #291F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291F94 is #D6E06B. Grayscale: #2E2E2E. Windows color (decimal): -14082156 or 9707305. OLE color: 9707305.

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

Color convert

RGB4131148-
CMYK0.720.7900.42
HSL245.13º65.36%35.1%-
HSV(B)245.13º79.05%58.04%-
XYZ6.753.5928.35-
YUV47.33184.81123.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 31 (12.5% from 255) = 14.09%
BLUE value IS 148 (58.20% from 255) = 67.27%
R=18.64%
G=14.09%
B=67.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41311480.720.7900.42245.1365.3635.1
Hex291F94484F02Af54123
Octal513722411011705236510143
Binary1010011111110010100100100010011110101010111101011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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