Html Css Color HEX #291599 Ultramarine

📋 copy color: '#291599'

red 41 ◦ green 21 ◦ blue 153

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

Shades of Ultramarine #291599

Tints of Ultramarine #291599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.77%

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

R = 19.07%
G = 9.77%
B = 71.16%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#291599 (or 0x291599) is known color: Ultramarine. HEX triplet: 29, 15 and 99. RGB value is (41,21,153). Sum of RGB (Red+Green+Blue) = 41+21+153=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #291599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291599 is #D6EA66. Grayscale: #292929. Windows color (decimal): -14084711 or 10032425. OLE color: 10032425.

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

Color convert

RGB 41 21 153 -
CMYK 0.73 0.86 0 0.4
HSL 249.09º 0.76% 0.34% -
HSV(B) 249.09º 0.86% 0.6% -
XYZ 6.93 3.31 30.41 -
YUV 42.03 190.63 127.27 -
System Red Green Blue C M Y K H S L
Decimal 41 21 153 0.73 0.86 0 0.4 249.09 0.76 0.34
Hex 29 15 99 49 56 0 28 F9 4C 22
Octal 51 25 231 111 126 0 50 371 114 42
Binary 101001 10101 10011001 1001001 1010110 0 101000 11111001 1001100 100010

Color Harmonies of #291599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291599

Black with #291599

Text Example


Text Example

White with #291599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291599; }

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

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

background-color css

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

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

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

border-color css

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

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

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