Html Css Color HEX #29049E Ultramarine

📋 copy color: '#29049E'

red 41 ◦ green 4 ◦ blue 158

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

Shades of Ultramarine #29049E

Tints of Ultramarine #29049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

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

R = 20.2%
G = 1.97%
B = 77.83%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29049E (or 0x29049E) is known color: Ultramarine. HEX triplet: 29, 04 and 9E. RGB value is (41,4,158). Sum of RGB (Red+Green+Blue) = 41+4+158=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 158 (62.11% from 255 or 77.83% from 203); Max value from RGB is 158 - color contains mainly: blue. Hex color #29049E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29049E is #D6FB61. Grayscale: #202020. Windows color (decimal): -14089058 or 10355753. OLE color: 10355753.

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

Color convert

RGB 41 4 158 -
CMYK 0.74 0.97 0 0.38
HSL 254.42º 0.95% 0.32% -
HSV(B) 254.42º 0.97% 0.62% -
XYZ 7.13 3.03 32.56 -
YUV 32.62 198.76 133.98 -
System Red Green Blue C M Y K H S L
Decimal 41 4 158 0.74 0.97 0 0.38 254.42 0.95 0.32
Hex 29 4 9E 4A 61 0 26 FE 5F 20
Octal 51 4 236 112 141 0 46 376 137 40
Binary 101001 100 10011110 1001010 1100001 0 100110 11111110 1011111 100000

Color Harmonies of #29049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29049E

Black with #29049E

Text Example


Text Example

White with #29049E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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