Html Css Color HEX #291992 Ultramarine

📋 copy color: '#291992'

red 41 ◦ green 25 ◦ blue 146

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

Shades of Ultramarine #291992

Tints of Ultramarine #291992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

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

R = 19.34%
G = 11.79%
B = 68.87%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#291992 (or 0x291992) is known color: Ultramarine. HEX triplet: 29, 19 and 92. RGB value is (41,25,146). Sum of RGB (Red+Green+Blue) = 41+25+146=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #291992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291992 is #D6E66D. Grayscale: #2B2B2B. Windows color (decimal): -14083694 or 9574697. OLE color: 9574697.

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

Color convert

RGB 41 25 146 -
CMYK 0.72 0.83 0 0.43
HSL 247.93º 0.71% 0.34% -
HSV(B) 247.93º 0.83% 0.57% -
XYZ 6.45 3.24 27.48 -
YUV 43.58 185.8 126.16 -
System Red Green Blue C M Y K H S L
Decimal 41 25 146 0.72 0.83 0 0.43 247.93 0.71 0.34
Hex 29 19 92 48 53 0 2B F8 47 22
Octal 51 31 222 110 123 0 53 370 107 42
Binary 101001 11001 10010010 1001000 1010011 0 101011 11111000 1000111 100010

Color Harmonies of #291992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291992

Black with #291992

Text Example


Text Example

White with #291992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291992; }

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

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

background-color css

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

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

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

border-color css

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

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

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