Html Css Color HEX #29199F Ultramarine

📋 copy color: '#29199F'

red 41 ◦ green 25 ◦ blue 159

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

Shades of Ultramarine #29199F

Tints of Ultramarine #29199F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.11%

 BLUE value IS 159 (62.5% from 255) = 70.67%

R = 18.22%
G = 11.11%
B = 70.67%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29199F (or 0x29199F) is known color: Ultramarine. HEX triplet: 29, 19 and 9F. RGB value is (41,25,159). Sum of RGB (Red+Green+Blue) = 41+25+159=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #29199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29199F is #D6E660. Grayscale: #2C2C2C. Windows color (decimal): -14083681 or 10426665. OLE color: 10426665.

HSL color Cylindrical-coordinate representation of color #29199F: hue angle of 247.16º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29199F is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 25 159 -
CMYK 0.74 0.84 0 0.38
HSL 247.16º 0.73% 0.36% -
HSV(B) 247.16º 0.84% 0.62% -
XYZ 7.52 3.67 33.11 -
YUV 45.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 41 25 159 0.74 0.84 0 0.38 247.16 0.73 0.36
Hex 29 19 9F 4A 54 0 26 F7 49 24
Octal 51 31 237 112 124 0 46 367 111 44
Binary 101001 11001 10011111 1001010 1010100 0 100110 11110111 1001001 100100

Color Harmonies of #29199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29199F

Black with #29199F

Text Example


Text Example

White with #29199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29199F; }

 p { color: rgb(41,25,159); }

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

background-color css

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

 a { background-color: rgb(41,25,159); }

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

border-color css

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

 span { border-color: rgb(41,25,159); }

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