Html Css Color HEX #291B91 Ultramarine

📋 copy color: '#291B91'

red 41 ◦ green 27 ◦ blue 145

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

Shades of Ultramarine #291B91

Tints of Ultramarine #291B91

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.68%

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

R = 19.25%
G = 12.68%
B = 68.08%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#291B91 (or 0x291B91) is known color: Ultramarine. HEX triplet: 29, 1B and 91. RGB value is (41,27,145). Sum of RGB (Red+Green+Blue) = 41+27+145=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #291B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291B91 is #D6E46E. Grayscale: #2C2C2C. Windows color (decimal): -14083183 or 9509673. OLE color: 9509673.

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

Color convert

RGB 41 27 145 -
CMYK 0.72 0.81 0 0.43
HSL 247.12º 0.69% 0.34% -
HSV(B) 247.12º 0.81% 0.57% -
XYZ 6.42 3.3 27.09 -
YUV 44.64 184.64 125.41 -
System Red Green Blue C M Y K H S L
Decimal 41 27 145 0.72 0.81 0 0.43 247.12 0.69 0.34
Hex 29 1B 91 48 51 0 2B F7 45 22
Octal 51 33 221 110 121 0 53 367 105 42
Binary 101001 11011 10010001 1001000 1010001 0 101011 11110111 1000101 100010

Color Harmonies of #291B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291B91

Black with #291B91

Text Example


Text Example

White with #291B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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