Html Css Color HEX #291AAD Ultramarine

📋 copy color: '#291AAD'

red 41 ◦ green 26 ◦ blue 173

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

Shades of Ultramarine #291AAD

Tints of Ultramarine #291AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.83%

 BLUE value IS 173 (67.97% from 255) = 72.08%

R = 17.08%
G = 10.83%
B = 72.08%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#291AAD (or 0x291AAD) is known color: Ultramarine. HEX triplet: 29, 1A and AD. RGB value is (41,26,173). Sum of RGB (Red+Green+Blue) = 41+26+173=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #291AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291AAD is #D6E552. Grayscale: #2E2E2E. Windows color (decimal): -14083411 or 11344425. OLE color: 11344425.

HSL color Cylindrical-coordinate representation of color #291AAD: hue angle of 246.12º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291AAD is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 26 173 -
CMYK 0.76 0.85 0 0.32
HSL 246.12º 0.74% 0.39% -
HSV(B) 246.12º 0.85% 0.68% -
XYZ 8.83 4.23 39.89 -
YUV 47.24 198.97 123.55 -
System Red Green Blue C M Y K H S L
Decimal 41 26 173 0.76 0.85 0 0.32 246.12 0.74 0.39
Hex 29 1A AD 4C 55 0 20 F6 4A 27
Octal 51 32 255 114 125 0 40 366 112 47
Binary 101001 11010 10101101 1001100 1010101 0 100000 11110110 1001010 100111

Color Harmonies of #291AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291AAD

Black with #291AAD

Text Example


Text Example

White with #291AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,26,173); }

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

background-color css

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

 a { background-color: rgb(41,26,173); }

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

border-color css

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

 span { border-color: rgb(41,26,173); }

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