Html Css Color HEX #29059C Ultramarine

📋 copy color: '#29059C'

red 41 ◦ green 5 ◦ blue 156

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

Shades of Ultramarine #29059C

Tints of Ultramarine #29059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.48%

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

R = 20.3%
G = 2.48%
B = 77.23%

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

#29059C (or 0x29059C) is known color: Ultramarine. HEX triplet: 29, 05 and 9C. RGB value is (41,5,156). Sum of RGB (Red+Green+Blue) = 41+5+156=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 156 (61.33% from 255 or 77.23% from 202); Max value from RGB is 156 - color contains mainly: blue. Hex color #29059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29059C is #D6FA63. Grayscale: #202020. Windows color (decimal): -14088804 or 10224937. OLE color: 10224937.

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

Color convert

RGB 41 5 156 -
CMYK 0.74 0.97 0 0.39
HSL 254.3º 0.94% 0.32% -
HSV(B) 254.3º 0.97% 0.61% -
XYZ 6.97 2.98 31.66 -
YUV 32.98 197.43 133.72 -
System Red Green Blue C M Y K H S L
Decimal 41 5 156 0.74 0.97 0 0.39 254.3 0.94 0.32
Hex 29 5 9C 4A 61 0 27 FE 5E 20
Octal 51 5 234 112 141 0 47 376 136 40
Binary 101001 101 10011100 1001010 1100001 0 100111 11111110 1011110 100000

Color Harmonies of #29059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29059C

Black with #29059C

Text Example


Text Example

White with #29059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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