Html Css Color HEX #29059F Ultramarine

📋 copy color: '#29059F'

red 41 ◦ green 5 ◦ blue 159

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

Shades of Ultramarine #29059F

Tints of Ultramarine #29059F

RGB

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

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

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

R = 20%
G = 2.44%
B = 77.56%

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

#29059F (or 0x29059F) is known color: Ultramarine. HEX triplet: 29, 05 and 9F. RGB value is (41,5,159). Sum of RGB (Red+Green+Blue) = 41+5+159=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 159 (62.5% from 255 or 77.56% from 205); Max value from RGB is 159 - color contains mainly: blue. Hex color #29059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29059F is #D6FA60. Grayscale: #202020. Windows color (decimal): -14088801 or 10421545. OLE color: 10421545.

HSL color Cylindrical-coordinate representation of color #29059F: hue angle of 254.03º degrees, saturation: 0.94, 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 #29059F is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 5 159 -
CMYK 0.74 0.97 0 0.38
HSL 254.03º 0.94% 0.32% -
HSV(B) 254.03º 0.97% 0.62% -
XYZ 7.23 3.08 33.02 -
YUV 33.32 198.93 133.48 -
System Red Green Blue C M Y K H S L
Decimal 41 5 159 0.74 0.97 0 0.38 254.03 0.94 0.32
Hex 29 5 9F 4A 61 0 26 FE 5E 20
Octal 51 5 237 112 141 0 46 376 136 40
Binary 101001 101 10011111 1001010 1100001 0 100110 11111110 1011110 100000

Color Harmonies of #29059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29059F

Black with #29059F

Text Example


Text Example

White with #29059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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