Html Css Color HEX #291AAB Ultramarine

📋 copy color: '#291AAB'

red 41 ◦ green 26 ◦ blue 171

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

Shades of Ultramarine #291AAB

Tints of Ultramarine #291AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 71.85%

R = 17.23%
G = 10.92%
B = 71.85%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#291AAB (or 0x291AAB) is known color: Ultramarine. HEX triplet: 29, 1A and AB. RGB value is (41,26,171). Sum of RGB (Red+Green+Blue) = 41+26+171=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #291AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291AAB is #D6E554. Grayscale: #2E2E2E. Windows color (decimal): -14083413 or 11213353. OLE color: 11213353.

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

Color convert

RGB 41 26 171 -
CMYK 0.76 0.85 0 0.33
HSL 246.21º 0.74% 0.39% -
HSV(B) 246.21º 0.85% 0.67% -
XYZ 8.63 4.15 38.87 -
YUV 47.02 197.97 123.71 -
System Red Green Blue C M Y K H S L
Decimal 41 26 171 0.76 0.85 0 0.33 246.21 0.74 0.39
Hex 29 1A AB 4C 55 0 21 F6 4A 27
Octal 51 32 253 114 125 0 41 366 112 47
Binary 101001 11010 10101011 1001100 1010101 0 100001 11110110 1001010 100111

Color Harmonies of #291AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291AAB

Black with #291AAB

Text Example


Text Example

White with #291AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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