Html Css Color HEX #291299 Ultramarine

📋 copy color: '#291299'

red 41 ◦ green 18 ◦ blue 153

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

Shades of Ultramarine #291299

Tints of Ultramarine #291299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

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

R = 19.34%
G = 8.49%
B = 72.17%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#291299 (or 0x291299) is known color: Ultramarine. HEX triplet: 29, 12 and 99. RGB value is (41,18,153). Sum of RGB (Red+Green+Blue) = 41+18+153=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #291299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291299 is #D6ED66. Grayscale: #272727. Windows color (decimal): -14085479 or 10031657. OLE color: 10031657.

HSL color Cylindrical-coordinate representation of color #291299: hue angle of 250.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291299 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 18 153 -
CMYK 0.73 0.88 0 0.4
HSL 250.22º 0.79% 0.34% -
HSV(B) 250.22º 0.88% 0.6% -
XYZ 6.88 3.2 30.39 -
YUV 40.27 191.62 128.52 -
System Red Green Blue C M Y K H S L
Decimal 41 18 153 0.73 0.88 0 0.4 250.22 0.79 0.34
Hex 29 12 99 49 58 0 28 FA 4F 22
Octal 51 22 231 111 130 0 50 372 117 42
Binary 101001 10010 10011001 1001001 1011000 0 101000 11111010 1001111 100010

Color Harmonies of #291299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291299

Black with #291299

Text Example


Text Example

White with #291299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291299; }

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

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

background-color css

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

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

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

border-color css

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

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

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