Html Css Color HEX #291AAE Ultramarine

📋 copy color: '#291AAE'

red 41 ◦ green 26 ◦ blue 174

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

Shades of Ultramarine #291AAE

Tints of Ultramarine #291AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 72.2%

R = 17.01%
G = 10.79%
B = 72.2%

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

#291AAE (or 0x291AAE) is known color: Ultramarine. HEX triplet: 29, 1A and AE. RGB value is (41,26,174). Sum of RGB (Red+Green+Blue) = 41+26+174=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #291AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291AAE is #D6E551. Grayscale: #2E2E2E. Windows color (decimal): -14083410 or 11409961. OLE color: 11409961.

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

Color convert

RGB 41 26 174 -
CMYK 0.76 0.85 0 0.32
HSL 246.08º 0.74% 0.39% -
HSV(B) 246.08º 0.85% 0.68% -
XYZ 8.92 4.27 40.4 -
YUV 47.36 199.47 123.47 -
System Red Green Blue C M Y K H S L
Decimal 41 26 174 0.76 0.85 0 0.32 246.08 0.74 0.39
Hex 29 1A AE 4C 55 0 20 F6 4A 27
Octal 51 32 256 114 125 0 40 366 112 47
Binary 101001 11010 10101110 1001100 1010101 0 100000 11110110 1001010 100111

Color Harmonies of #291AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291AAE

Black with #291AAE

Text Example


Text Example

White with #291AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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