Html Css Color HEX #291095 Ultramarine

📋 copy color: '#291095'

red 41 ◦ green 16 ◦ blue 149

#291095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #291095

Tints of Ultramarine #291095

RGB

 RED value IS 41 (16.41% from 255) = 19.9%

 GREEN value IS 16 (6.64% from 255) = 7.77%

 BLUE value IS 149 (58.59% from 255) = 72.33%

R = 19.9%
G = 7.77%
B = 72.33%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#291095 (or 0x291095) is known color: Ultramarine. HEX triplet: 29, 10 and 95. RGB value is (41,16,149). Sum of RGB (Red+Green+Blue) = 41+16+149=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #291095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291095 is #D6EF6A. Grayscale: #262626. Windows color (decimal): -14085995 or 9769001. OLE color: 9769001.

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

Color convert

RGB 41 16 149 -
CMYK 0.72 0.89 0 0.42
HSL 251.28º 0.81% 0.32% -
HSV(B) 251.28º 0.89% 0.58% -
XYZ 6.52 3.01 28.67 -
YUV 38.64 190.28 129.69 -
System Red Green Blue C M Y K H S L
Decimal 41 16 149 0.72 0.89 0 0.42 251.28 0.81 0.32
Hex 29 10 95 48 59 0 2A FB 51 20
Octal 51 20 225 110 131 0 52 373 121 40
Binary 101001 10000 10010101 1001000 1011001 0 101010 11111011 1010001 100000

Color Harmonies of #291095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291095

Black with #291095

Text Example


Text Example

White with #291095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291095; }

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

 H1.HeaderClassName
 {
   color: #291095;
 }
 .AnyTagClassName
 {
   color: #291095;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #291095;
 }
 .BgClassName
 {
   background-color: #291095;
 }
</style>

border-color css

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

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

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