Html Css Color HEX #291092 Ultramarine

📋 copy color: '#291092'

red 41 ◦ green 16 ◦ blue 146

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

Shades of Ultramarine #291092

Tints of Ultramarine #291092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 146 (57.42% from 255) = 71.92%

R = 20.2%
G = 7.88%
B = 71.92%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#291092 (or 0x291092) is known color: Ultramarine. HEX triplet: 29, 10 and 92. RGB value is (41,16,146). Sum of RGB (Red+Green+Blue) = 41+16+146=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #291092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291092 is #D6EF6D. Grayscale: #252525. Windows color (decimal): -14085998 or 9572393. OLE color: 9572393.

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

Color convert

RGB 41 16 146 -
CMYK 0.72 0.89 0 0.43
HSL 251.54º 0.8% 0.32% -
HSV(B) 251.54º 0.89% 0.57% -
XYZ 6.29 2.92 27.43 -
YUV 38.3 188.78 129.93 -
System Red Green Blue C M Y K H S L
Decimal 41 16 146 0.72 0.89 0 0.43 251.54 0.8 0.32
Hex 29 10 92 48 59 0 2B FC 50 20
Octal 51 20 222 110 131 0 53 374 120 40
Binary 101001 10000 10010010 1001000 1011001 0 101011 11111100 1010000 100000

Color Harmonies of #291092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291092

Black with #291092

Text Example


Text Example

White with #291092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291092; }

 p { color: rgb(41,16,146); }

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

background-color css

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

 a { background-color: rgb(41,16,146); }

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

border-color css

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

 span { border-color: rgb(41,16,146); }

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