Html Css Color HEX #291895 Ultramarine

📋 copy color: '#291895'

red 41 ◦ green 24 ◦ blue 149

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

Shades of Ultramarine #291895

Tints of Ultramarine #291895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.21%

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

R = 19.16%
G = 11.21%
B = 69.63%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#291895 (or 0x291895) is known color: Ultramarine. HEX triplet: 29, 18 and 95. RGB value is (41,24,149). Sum of RGB (Red+Green+Blue) = 41+24+149=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #291895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291895 is #D6E76A. Grayscale: #2A2A2A. Windows color (decimal): -14083947 or 9771049. OLE color: 9771049.

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

Color convert

RGB 41 24 149 -
CMYK 0.72 0.84 0 0.42
HSL 248.16º 0.72% 0.34% -
HSV(B) 248.16º 0.84% 0.58% -
XYZ 6.67 3.29 28.72 -
YUV 43.33 187.63 126.34 -
System Red Green Blue C M Y K H S L
Decimal 41 24 149 0.72 0.84 0 0.42 248.16 0.72 0.34
Hex 29 18 95 48 54 0 2A F8 48 22
Octal 51 30 225 110 124 0 52 370 110 42
Binary 101001 11000 10010101 1001000 1010100 0 101010 11111000 1001000 100010

Color Harmonies of #291895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291895

Black with #291895

Text Example


Text Example

White with #291895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291895; }

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

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

background-color css

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

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

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

border-color css

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

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

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