Html Css Color HEX #29019C Ultramarine

📋 copy color: '#29019C'

red 41 ◦ green 1 ◦ blue 156

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

Shades of Ultramarine #29019C

Tints of Ultramarine #29019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 20.71%
G = 0.51%
B = 78.79%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29019C (or 0x29019C) is known color: Ultramarine. HEX triplet: 29, 01 and 9C. RGB value is (41,1,156). Sum of RGB (Red+Green+Blue) = 41+1+156=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 156 (61.33% from 255 or 78.79% from 198); Max value from RGB is 156 - color contains mainly: blue. Hex color #29019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29019C is #D6FE63. Grayscale: #1E1E1E. Windows color (decimal): -14089828 or 10223913. OLE color: 10223913.

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

Color convert

RGB 41 1 156 -
CMYK 0.74 0.99 0 0.39
HSL 255.48º 0.99% 0.31% -
HSV(B) 255.48º 0.99% 0.61% -
XYZ 6.93 2.89 31.65 -
YUV 30.63 198.75 135.4 -
System Red Green Blue C M Y K H S L
Decimal 41 1 156 0.74 0.99 0 0.39 255.48 0.99 0.31
Hex 29 1 9C 4A 63 0 27 FF 63 1F
Octal 51 1 234 112 143 0 47 377 143 37
Binary 101001 1 10011100 1001010 1100011 0 100111 11111111 1100011 11111

Color Harmonies of #29019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29019C

Black with #29019C

Text Example


Text Example

White with #29019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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