Html Css Color HEX #291BAC Ultramarine

📋 copy color: '#291BAC'

red 41 ◦ green 27 ◦ blue 172

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

Shades of Ultramarine #291BAC

Tints of Ultramarine #291BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 71.67%

R = 17.08%
G = 11.25%
B = 71.67%

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

#291BAC (or 0x291BAC) is known color: Ultramarine. HEX triplet: 29, 1B and AC. RGB value is (41,27,172). Sum of RGB (Red+Green+Blue) = 41+27+172=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #291BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291BAC is #D6E453. Grayscale: #2F2F2F. Windows color (decimal): -14083156 or 11279145. OLE color: 11279145.

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

Color convert

RGB 41 27 172 -
CMYK 0.76 0.84 0 0.33
HSL 245.79º 0.73% 0.39% -
HSV(B) 245.79º 0.84% 0.67% -
XYZ 8.75 4.23 39.39 -
YUV 47.72 198.14 123.21 -
System Red Green Blue C M Y K H S L
Decimal 41 27 172 0.76 0.84 0 0.33 245.79 0.73 0.39
Hex 29 1B AC 4C 54 0 21 F6 49 27
Octal 51 33 254 114 124 0 41 366 111 47
Binary 101001 11011 10101100 1001100 1010100 0 100001 11110110 1001001 100111

Color Harmonies of #291BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291BAC

Black with #291BAC

Text Example


Text Example

White with #291BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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