Html Css Color HEX #291690 Ultramarine

📋 copy color: '#291690'

red 41 ◦ green 22 ◦ blue 144

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

Shades of Ultramarine #291690

Tints of Ultramarine #291690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.63%

 BLUE value IS 144 (56.64% from 255) = 69.57%

R = 19.81%
G = 10.63%
B = 69.57%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#291690 (or 0x291690) is known color: Ultramarine. HEX triplet: 29, 16 and 90. RGB value is (41,22,144). Sum of RGB (Red+Green+Blue) = 41+22+144=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #291690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291690 is #D6E96F. Grayscale: #292929. Windows color (decimal): -14084464 or 9442857. OLE color: 9442857.

HSL color Cylindrical-coordinate representation of color #291690: hue angle of 249.34º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291690 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 22 144 -
CMYK 0.72 0.85 0 0.44
HSL 249.34º 0.73% 0.33% -
HSV(B) 249.34º 0.85% 0.56% -
XYZ 6.24 3.06 26.65 -
YUV 41.59 185.79 127.58 -
System Red Green Blue C M Y K H S L
Decimal 41 22 144 0.72 0.85 0 0.44 249.34 0.73 0.33
Hex 29 16 90 48 55 0 2C F9 49 21
Octal 51 26 220 110 125 0 54 371 111 41
Binary 101001 10110 10010000 1001000 1010101 0 101100 11111001 1001001 100001

Color Harmonies of #291690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291690

Black with #291690

Text Example


Text Example

White with #291690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291690; }

 p { color: rgb(41,22,144); }

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

background-color css

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

 a { background-color: rgb(41,22,144); }

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

border-color css

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

 span { border-color: rgb(41,22,144); }

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