Html Css Color HEX #29059B Ultramarine

📋 copy color: '#29059B'

red 41 ◦ green 5 ◦ blue 155

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

Shades of Ultramarine #29059B

Tints of Ultramarine #29059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 77.11%

R = 20.4%
G = 2.49%
B = 77.11%

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

#29059B (or 0x29059B) is known color: Ultramarine. HEX triplet: 29, 05 and 9B. RGB value is (41,5,155). Sum of RGB (Red+Green+Blue) = 41+5+155=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #29059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29059B is #D6FA64. Grayscale: #202020. Windows color (decimal): -14088805 or 10159401. OLE color: 10159401.

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

Color convert

RGB 41 5 155 -
CMYK 0.74 0.97 0 0.39
HSL 254.4º 0.94% 0.31% -
HSV(B) 254.4º 0.97% 0.61% -
XYZ 6.89 2.95 31.22 -
YUV 32.86 196.93 133.8 -
System Red Green Blue C M Y K H S L
Decimal 41 5 155 0.74 0.97 0 0.39 254.4 0.94 0.31
Hex 29 5 9B 4A 61 0 27 FE 5E 1F
Octal 51 5 233 112 141 0 47 376 136 37
Binary 101001 101 10011011 1001010 1100001 0 100111 11111110 1011110 11111

Color Harmonies of #29059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29059B

Black with #29059B

Text Example


Text Example

White with #29059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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