Html Css Color HEX #29059E Ultramarine

📋 copy color: '#29059E'

red 41 ◦ green 5 ◦ blue 158

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

Shades of Ultramarine #29059E

Tints of Ultramarine #29059E

RGB

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

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

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

R = 20.1%
G = 2.45%
B = 77.45%

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

#29059E (or 0x29059E) is known color: Ultramarine. HEX triplet: 29, 05 and 9E. RGB value is (41,5,158). Sum of RGB (Red+Green+Blue) = 41+5+158=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 158 (62.11% from 255 or 77.45% from 204); Max value from RGB is 158 - color contains mainly: blue. Hex color #29059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29059E is #D6FA61. Grayscale: #202020. Windows color (decimal): -14088802 or 10356009. OLE color: 10356009.

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

Color convert

RGB 41 5 158 -
CMYK 0.74 0.97 0 0.38
HSL 254.12º 0.94% 0.32% -
HSV(B) 254.12º 0.97% 0.62% -
XYZ 7.14 3.05 32.56 -
YUV 33.21 198.43 133.56 -
System Red Green Blue C M Y K H S L
Decimal 41 5 158 0.74 0.97 0 0.38 254.12 0.94 0.32
Hex 29 5 9E 4A 61 0 26 FE 5E 20
Octal 51 5 236 112 141 0 46 376 136 40
Binary 101001 101 10011110 1001010 1100001 0 100110 11111110 1011110 100000

Color Harmonies of #29059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29059E

Black with #29059E

Text Example


Text Example

White with #29059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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