Html Css Color HEX #291D91 Ultramarine

📋 copy color: '#291D91'

red 41 ◦ green 29 ◦ blue 145

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

Shades of Ultramarine #291D91

Tints of Ultramarine #291D91

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.49%

 BLUE value IS 145 (57.03% from 255) = 67.44%

R = 19.07%
G = 13.49%
B = 67.44%

CMYK

 C value IS 0.72

 M value IS 0.8

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#291D91 (or 0x291D91) is known color: Ultramarine. HEX triplet: 29, 1D and 91. RGB value is (41,29,145). Sum of RGB (Red+Green+Blue) = 41+29+145=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #291D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291D91 is #D6E26E. Grayscale: #2D2D2D. Windows color (decimal): -14082671 or 9510185. OLE color: 9510185.

HSL color Cylindrical-coordinate representation of color #291D91: hue angle of 246.21º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291D91 is Cyan = 0.72, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 29 145 -
CMYK 0.72 0.8 0 0.43
HSL 246.21º 0.67% 0.34% -
HSV(B) 246.21º 0.8% 0.57% -
XYZ 6.46 3.39 27.1 -
YUV 45.81 183.98 124.57 -
System Red Green Blue C M Y K H S L
Decimal 41 29 145 0.72 0.8 0 0.43 246.21 0.67 0.34
Hex 29 1D 91 48 50 0 2B F6 43 22
Octal 51 35 221 110 120 0 53 366 103 42
Binary 101001 11101 10010001 1001000 1010000 0 101011 11110110 1000011 100010

Color Harmonies of #291D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291D91

Black with #291D91

Text Example


Text Example

White with #291D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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