Html Css Color HEX #291E99 Ultramarine

📋 copy color: '#291E99'

red 41 ◦ green 30 ◦ blue 153

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

Shades of Ultramarine #291E99

Tints of Ultramarine #291E99

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.39%

 BLUE value IS 153 (60.16% from 255) = 68.3%

R = 18.3%
G = 13.39%
B = 68.3%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#291E99 (or 0x291E99) is known color: Ultramarine. HEX triplet: 29, 1E and 99. RGB value is (41,30,153). Sum of RGB (Red+Green+Blue) = 41+30+153=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #291E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291E99 is #D6E166. Grayscale: #2E2E2E. Windows color (decimal): -14082407 or 10034729. OLE color: 10034729.

HSL color Cylindrical-coordinate representation of color #291E99: hue angle of 245.37º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291E99 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 30 153 -
CMYK 0.73 0.80 0 0.4
HSL 245.37º 0.67% 0.36% -
HSV(B) 245.37º 0.8% 0.6% -
XYZ 7.13 3.7 30.48 -
YUV 47.31 187.64 123.5 -
System Red Green Blue C M Y K H S L
Decimal 41 30 153 0.73 0.80 0 0.4 245.37 0.67 0.36
Hex 29 1E 99 49 50 0 28 F5 43 24
Octal 51 36 231 111 120 0 50 365 103 44
Binary 101001 11110 10011001 1001001 1010000 0 101000 11110101 1000011 100100

Color Harmonies of #291E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291E99

Black with #291E99

Text Example


Text Example

White with #291E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,30,153); }

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

background-color css

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

 a { background-color: rgb(41,30,153); }

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

border-color css

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

 span { border-color: rgb(41,30,153); }

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