Html Css Color HEX #29099B Ultramarine

📋 copy color: '#29099B'

red 41 ◦ green 9 ◦ blue 155

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

Shades of Ultramarine #29099B

Tints of Ultramarine #29099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.39%

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

R = 20%
G = 4.39%
B = 75.61%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29099B (or 0x29099B) is known color: Ultramarine. HEX triplet: 29, 09 and 9B. RGB value is (41,9,155). Sum of RGB (Red+Green+Blue) = 41+9+155=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #29099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29099B is #D6F664. Grayscale: #222222. Windows color (decimal): -14087781 or 10160425. OLE color: 10160425.

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

Color convert

RGB 41 9 155 -
CMYK 0.74 0.94 0 0.39
HSL 253.15º 0.89% 0.32% -
HSV(B) 253.15º 0.94% 0.61% -
XYZ 6.93 3.03 31.23 -
YUV 35.21 195.6 132.13 -
System Red Green Blue C M Y K H S L
Decimal 41 9 155 0.74 0.94 0 0.39 253.15 0.89 0.32
Hex 29 9 9B 4A 5E 0 27 FD 59 20
Octal 51 11 233 112 136 0 47 375 131 40
Binary 101001 1001 10011011 1001010 1011110 0 100111 11111101 1011001 100000

Color Harmonies of #29099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29099B

Black with #29099B

Text Example


Text Example

White with #29099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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