Html Css Color HEX #292099 Ultramarine

📋 copy color: '#292099'

red 41 ◦ green 32 ◦ blue 153

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

Shades of Ultramarine #292099

Tints of Ultramarine #292099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.16%

 BLUE value IS 153 (60.16% from 255) = 67.7%

R = 18.14%
G = 14.16%
B = 67.7%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#292099 (or 0x292099) is known color: Ultramarine. HEX triplet: 29, 20 and 99. RGB value is (41,32,153). Sum of RGB (Red+Green+Blue) = 41+32+153=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #292099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292099 is #D6DF66. Grayscale: #303030. Windows color (decimal): -14081895 or 10035241. OLE color: 10035241.

HSL color Cylindrical-coordinate representation of color #292099: hue angle of 244.46º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #292099 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 32 153 -
CMYK 0.73 0.79 0 0.4
HSL 244.46º 0.65% 0.36% -
HSV(B) 244.46º 0.79% 0.6% -
XYZ 7.18 3.8 30.49 -
YUV 48.49 186.98 122.66 -
System Red Green Blue C M Y K H S L
Decimal 41 32 153 0.73 0.79 0 0.4 244.46 0.65 0.36
Hex 29 20 99 49 4F 0 28 F4 41 24
Octal 51 40 231 111 117 0 50 364 101 44
Binary 101001 100000 10011001 1001001 1001111 0 101000 11110100 1000001 100100

Color Harmonies of #292099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292099

Black with #292099

Text Example


Text Example

White with #292099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292099; }

 p { color: rgb(41,32,153); }

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

background-color css

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

 a { background-color: rgb(41,32,153); }

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

border-color css

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

 span { border-color: rgb(41,32,153); }

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