Html Css Color HEX #291A9A Ultramarine

📋 copy color: '#291A9A'

red 41 ◦ green 26 ◦ blue 154

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

Shades of Ultramarine #291A9A

Tints of Ultramarine #291A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 69.68%

R = 18.55%
G = 11.76%
B = 69.68%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#291A9A (or 0x291A9A) is known color: Ultramarine. HEX triplet: 29, 1A and 9A. RGB value is (41,26,154). Sum of RGB (Red+Green+Blue) = 41+26+154=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #291A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291A9A is #D6E565. Grayscale: #2C2C2C. Windows color (decimal): -14083430 or 10099241. OLE color: 10099241.

HSL color Cylindrical-coordinate representation of color #291A9A: hue angle of 247.03º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291A9A is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 26 154 -
CMYK 0.73 0.83 0 0.40
HSL 247.03º 0.71% 0.35% -
HSV(B) 247.03º 0.83% 0.6% -
XYZ 7.12 3.54 30.88 -
YUV 45.08 189.47 125.09 -
System Red Green Blue C M Y K H S L
Decimal 41 26 154 0.73 0.83 0 0.40 247.03 0.71 0.35
Hex 29 1A 9A 49 53 0 28 F7 47 23
Octal 51 32 232 111 123 0 50 367 107 43
Binary 101001 11010 10011010 1001001 1010011 0 101000 11110111 1000111 100011

Color Harmonies of #291A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291A9A

Black with #291A9A

Text Example


Text Example

White with #291A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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