Html Css Color HEX #29129A Ultramarine

📋 copy color: '#29129A'

red 41 ◦ green 18 ◦ blue 154

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

Shades of Ultramarine #29129A

Tints of Ultramarine #29129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

 BLUE value IS 154 (60.55% from 255) = 72.3%

R = 19.25%
G = 8.45%
B = 72.3%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#29129A (or 0x29129A) is known color: Ultramarine. HEX triplet: 29, 12 and 9A. RGB value is (41,18,154). Sum of RGB (Red+Green+Blue) = 41+18+154=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 154 (60.55% from 255 or 72.30% from 213); Max value from RGB is 154 - color contains mainly: blue. Hex color #29129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29129A is #D6ED65. Grayscale: #272727. Windows color (decimal): -14085478 or 10097193. OLE color: 10097193.

HSL color Cylindrical-coordinate representation of color #29129A: hue angle of 250.15º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29129A is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 18 154 -
CMYK 0.73 0.88 0 0.40
HSL 250.15º 0.79% 0.34% -
HSV(B) 250.15º 0.88% 0.6% -
XYZ 6.96 3.24 30.83 -
YUV 40.38 192.12 128.44 -
System Red Green Blue C M Y K H S L
Decimal 41 18 154 0.73 0.88 0 0.40 250.15 0.79 0.34
Hex 29 12 9A 49 58 0 28 FA 4F 22
Octal 51 22 232 111 130 0 50 372 117 42
Binary 101001 10010 10011010 1001001 1011000 0 101000 11111010 1001111 100010

Color Harmonies of #29129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29129A

Black with #29129A

Text Example


Text Example

White with #29129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29129A; }

 p { color: rgb(41,18,154); }

 H1.HeaderClassName
 {
   color: #29129A;
 }
 .AnyTagClassName
 {
   color: #29129A;
 }
</style>

background-color css

<style>
 a { background-color: #29129A; }

 a { background-color: rgb(41,18,154); }

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

border-color css

<style>
 span { border-color: #29129A; }

 span { border-color: rgb(41,18,154); }

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