Html Css Color HEX #291BAB Ultramarine

📋 copy color: '#291BAB'

red 41 ◦ green 27 ◦ blue 171

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

Shades of Ultramarine #291BAB

Tints of Ultramarine #291BAB

RGB

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

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

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

R = 17.15%
G = 11.3%
B = 71.55%

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

#291BAB (or 0x291BAB) is known color: Ultramarine. HEX triplet: 29, 1B and AB. RGB value is (41,27,171). Sum of RGB (Red+Green+Blue) = 41+27+171=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #291BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291BAB is #D6E454. Grayscale: #2F2F2F. Windows color (decimal): -14083157 or 11213609. OLE color: 11213609.

HSL color Cylindrical-coordinate representation of color #291BAB: hue angle of 245.83º 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 #291BAB is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 27 171 -
CMYK 0.76 0.84 0 0.33
HSL 245.83º 0.73% 0.39% -
HSV(B) 245.83º 0.84% 0.67% -
XYZ 8.66 4.2 38.88 -
YUV 47.6 197.64 123.29 -
System Red Green Blue C M Y K H S L
Decimal 41 27 171 0.76 0.84 0 0.33 245.83 0.73 0.39
Hex 29 1B AB 4C 54 0 21 F6 49 27
Octal 51 33 253 114 124 0 41 366 111 47
Binary 101001 11011 10101011 1001100 1010100 0 100001 11110110 1001001 100111

Color Harmonies of #291BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291BAB

Black with #291BAB

Text Example


Text Example

White with #291BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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