Html Css Color HEX #291BAA Ultramarine

📋 copy color: '#291BAA'

red 41 ◦ green 27 ◦ blue 170

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

Shades of Ultramarine #291BAA

Tints of Ultramarine #291BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 71.43%

R = 17.23%
G = 11.34%
B = 71.43%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#291BAA (or 0x291BAA) is known color: Ultramarine. HEX triplet: 29, 1B and AA. RGB value is (41,27,170). Sum of RGB (Red+Green+Blue) = 41+27+170=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #291BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291BAA is #D6E455. Grayscale: #2E2E2E. Windows color (decimal): -14083158 or 11148073. OLE color: 11148073.

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

Color convert

RGB 41 27 170 -
CMYK 0.76 0.84 0 0.33
HSL 245.87º 0.73% 0.39% -
HSV(B) 245.87º 0.84% 0.67% -
XYZ 8.56 4.16 38.38 -
YUV 47.49 197.14 123.37 -
System Red Green Blue C M Y K H S L
Decimal 41 27 170 0.76 0.84 0 0.33 245.87 0.73 0.39
Hex 29 1B AA 4C 54 0 21 F6 49 27
Octal 51 33 252 114 124 0 41 366 111 47
Binary 101001 11011 10101010 1001100 1010100 0 100001 11110110 1001001 100111

Color Harmonies of #291BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291BAA

Black with #291BAA

Text Example


Text Example

White with #291BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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