Html Css Color HEX #292091 Ultramarine

📋 copy color: '#292091'

red 41 ◦ green 32 ◦ blue 145

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

Shades of Ultramarine #292091

Tints of Ultramarine #292091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 66.51%

R = 18.81%
G = 14.68%
B = 66.51%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#292091 (or 0x292091) is known color: Ultramarine. HEX triplet: 29, 20 and 91. RGB value is (41,32,145). Sum of RGB (Red+Green+Blue) = 41+32+145=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #292091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292091 is #D6DF6E. Grayscale: #2F2F2F. Windows color (decimal): -14081903 or 9510953. OLE color: 9510953.

HSL color Cylindrical-coordinate representation of color #292091: hue angle of 244.78º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #292091 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 32 145 -
CMYK 0.72 0.78 0 0.43
HSL 244.78º 0.64% 0.35% -
HSV(B) 244.78º 0.78% 0.57% -
XYZ 6.54 3.55 27.13 -
YUV 47.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 41 32 145 0.72 0.78 0 0.43 244.78 0.64 0.35
Hex 29 20 91 48 4E 0 2B F5 40 23
Octal 51 40 221 110 116 0 53 365 100 43
Binary 101001 100000 10010001 1001000 1001110 0 101011 11110101 1000000 100011

Color Harmonies of #292091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292091

Black with #292091

Text Example


Text Example

White with #292091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292091; }

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

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

background-color css

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

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

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

border-color css

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

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

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