Html Css Color HEX #29029D Ultramarine

📋 copy color: '#29029D'

red 41 ◦ green 2 ◦ blue 157

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

Shades of Ultramarine #29029D

Tints of Ultramarine #29029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 157 (61.72% from 255) = 78.5%

R = 20.5%
G = 1%
B = 78.5%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29029D (or 0x29029D) is known color: Ultramarine. HEX triplet: 29, 02 and 9D. RGB value is (41,2,157). Sum of RGB (Red+Green+Blue) = 41+2+157=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 157 (61.72% from 255 or 78.5% from 200); Max value from RGB is 157 - color contains mainly: blue. Hex color #29029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29029D is #D6FD62. Grayscale: #1E1E1E. Windows color (decimal): -14089571 or 10289705. OLE color: 10289705.

HSL color Cylindrical-coordinate representation of color #29029D: hue angle of 255.1º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29029D is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 2 157 -
CMYK 0.74 0.99 0 0.38
HSL 255.1º 0.97% 0.31% -
HSV(B) 255.1º 0.99% 0.62% -
XYZ 7.02 2.95 32.1 -
YUV 31.33 198.92 134.9 -
System Red Green Blue C M Y K H S L
Decimal 41 2 157 0.74 0.99 0 0.38 255.1 0.97 0.31
Hex 29 2 9D 4A 63 0 26 FF 61 1F
Octal 51 2 235 112 143 0 46 377 141 37
Binary 101001 10 10011101 1001010 1100011 0 100110 11111111 1100001 11111

Color Harmonies of #29029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29029D

Black with #29029D

Text Example


Text Example

White with #29029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29029D; }

 p { color: rgb(41,2,157); }

 H1.HeaderClassName
 {
   color: #29029D;
 }
 .AnyTagClassName
 {
   color: #29029D;
 }
</style>

background-color css

<style>
 a { background-color: #29029D; }

 a { background-color: rgb(41,2,157); }

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

border-color css

<style>
 span { border-color: #29029D; }

 span { border-color: rgb(41,2,157); }

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