Html Css Color HEX #29119E Ultramarine

📋 copy color: '#29119E'

red 41 ◦ green 17 ◦ blue 158

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

Shades of Ultramarine #29119E

Tints of Ultramarine #29119E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 73.15%

R = 18.98%
G = 7.87%
B = 73.15%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29119E (or 0x29119E) is known color: Ultramarine. HEX triplet: 29, 11 and 9E. RGB value is (41,17,158). Sum of RGB (Red+Green+Blue) = 41+17+158=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 158 (62.11% from 255 or 73.15% from 216); Max value from RGB is 158 - color contains mainly: blue. Hex color #29119E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29119E is #D6EE61. Grayscale: #272727. Windows color (decimal): -14085730 or 10359081. OLE color: 10359081.

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

Color convert

RGB 41 17 158 -
CMYK 0.74 0.89 0 0.38
HSL 250.21º 0.81% 0.34% -
HSV(B) 250.21º 0.89% 0.62% -
XYZ 7.29 3.34 32.61 -
YUV 40.25 194.45 128.54 -
System Red Green Blue C M Y K H S L
Decimal 41 17 158 0.74 0.89 0 0.38 250.21 0.81 0.34
Hex 29 11 9E 4A 59 0 26 FA 51 22
Octal 51 21 236 112 131 0 46 372 121 42
Binary 101001 10001 10011110 1001010 1011001 0 100110 11111010 1010001 100010

Color Harmonies of #29119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29119E

Black with #29119E

Text Example


Text Example

White with #29119E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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