Html Css Color HEX #29149D Ultramarine

📋 copy color: '#29149D'

red 41 ◦ green 20 ◦ blue 157

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

Shades of Ultramarine #29149D

Tints of Ultramarine #29149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

 BLUE value IS 157 (61.72% from 255) = 72.02%

R = 18.81%
G = 9.17%
B = 72.02%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29149D (or 0x29149D) is known color: Ultramarine. HEX triplet: 29, 14 and 9D. RGB value is (41,20,157). Sum of RGB (Red+Green+Blue) = 41+20+157=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #29149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29149D is #D6EB62. Grayscale: #292929. Windows color (decimal): -14084963 or 10294313. OLE color: 10294313.

HSL color Cylindrical-coordinate representation of color #29149D: hue angle of 249.2º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #29149D is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 20 157 -
CMYK 0.74 0.87 0 0.38
HSL 249.2º 0.77% 0.35% -
HSV(B) 249.2º 0.87% 0.62% -
XYZ 7.25 3.41 32.17 -
YUV 41.9 192.96 127.36 -
System Red Green Blue C M Y K H S L
Decimal 41 20 157 0.74 0.87 0 0.38 249.2 0.77 0.35
Hex 29 14 9D 4A 57 0 26 F9 4D 23
Octal 51 24 235 112 127 0 46 371 115 43
Binary 101001 10100 10011101 1001010 1010111 0 100110 11111001 1001101 100011

Color Harmonies of #29149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29149D

Black with #29149D

Text Example


Text Example

White with #29149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29149D; }

 p { color: rgb(41,20,157); }

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

background-color css

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

 a { background-color: rgb(41,20,157); }

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

border-color css

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

 span { border-color: rgb(41,20,157); }

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