Html Css Color HEX #29119B Ultramarine

📋 copy color: '#29119B'

red 41 ◦ green 17 ◦ blue 155

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

Shades of Ultramarine #29119B

Tints of Ultramarine #29119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

 BLUE value IS 155 (60.94% from 255) = 72.77%

R = 19.25%
G = 7.98%
B = 72.77%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29119B (or 0x29119B) is known color: Ultramarine. HEX triplet: 29, 11 and 9B. RGB value is (41,17,155). Sum of RGB (Red+Green+Blue) = 41+17+155=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 155 (60.94% from 255 or 72.77% from 213); Max value from RGB is 155 - color contains mainly: blue. Hex color #29119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29119B is #D6EE64. Grayscale: #272727. Windows color (decimal): -14085733 or 10162473. OLE color: 10162473.

HSL color Cylindrical-coordinate representation of color #29119B: hue angle of 250.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #29119B is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 17 155 -
CMYK 0.74 0.89 0 0.39
HSL 250.43º 0.8% 0.34% -
HSV(B) 250.43º 0.89% 0.61% -
XYZ 7.03 3.24 31.26 -
YUV 39.91 192.95 128.78 -
System Red Green Blue C M Y K H S L
Decimal 41 17 155 0.74 0.89 0 0.39 250.43 0.8 0.34
Hex 29 11 9B 4A 59 0 27 FA 50 22
Octal 51 21 233 112 131 0 47 372 120 42
Binary 101001 10001 10011011 1001010 1011001 0 100111 11111010 1010000 100010

Color Harmonies of #29119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29119B

Black with #29119B

Text Example


Text Example

White with #29119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29119B; }

 p { color: rgb(41,17,155); }

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

background-color css

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

 a { background-color: rgb(41,17,155); }

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

border-color css

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

 span { border-color: rgb(41,17,155); }

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