Html Css Color HEX #29049C Ultramarine

📋 copy color: '#29049C'

red 41 ◦ green 4 ◦ blue 156

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

Shades of Ultramarine #29049C

Tints of Ultramarine #29049C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 77.61%

R = 20.4%
G = 1.99%
B = 77.61%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29049C (or 0x29049C) is known color: Ultramarine. HEX triplet: 29, 04 and 9C. RGB value is (41,4,156). Sum of RGB (Red+Green+Blue) = 41+4+156=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 156 (61.33% from 255 or 77.61% from 201); Max value from RGB is 156 - color contains mainly: blue. Hex color #29049C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29049C is #D6FB63. Grayscale: #1F1F1F. Windows color (decimal): -14089060 or 10224681. OLE color: 10224681.

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

Color convert

RGB 41 4 156 -
CMYK 0.74 0.97 0 0.39
HSL 254.61º 0.95% 0.31% -
HSV(B) 254.61º 0.97% 0.61% -
XYZ 6.96 2.96 31.66 -
YUV 32.39 197.76 134.14 -
System Red Green Blue C M Y K H S L
Decimal 41 4 156 0.74 0.97 0 0.39 254.61 0.95 0.31
Hex 29 4 9C 4A 61 0 27 FF 5F 1F
Octal 51 4 234 112 141 0 47 377 137 37
Binary 101001 100 10011100 1001010 1100001 0 100111 11111111 1011111 11111

Color Harmonies of #29049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29049C

Black with #29049C

Text Example


Text Example

White with #29049C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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