Html Css Color HEX #291F99 Ultramarine

📋 copy color: '#291F99'

red 41 ◦ green 31 ◦ blue 153

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

Shades of Ultramarine #291F99

Tints of Ultramarine #291F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.78%

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

R = 18.22%
G = 13.78%
B = 68%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#291F99 (or 0x291F99) is known color: Ultramarine. HEX triplet: 29, 1F and 99. RGB value is (41,31,153). Sum of RGB (Red+Green+Blue) = 41+31+153=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #291F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291F99 is #D6E066. Grayscale: #2F2F2F. Windows color (decimal): -14082151 or 10034985. OLE color: 10034985.

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

Color convert

RGB 41 31 153 -
CMYK 0.73 0.80 0 0.4
HSL 244.92º 0.66% 0.36% -
HSV(B) 244.92º 0.8% 0.6% -
XYZ 7.15 3.75 30.48 -
YUV 47.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 41 31 153 0.73 0.80 0 0.4 244.92 0.66 0.36
Hex 29 1F 99 49 50 0 28 F5 42 24
Octal 51 37 231 111 120 0 50 365 102 44
Binary 101001 11111 10011001 1001001 1010000 0 101000 11110101 1000010 100100

Color Harmonies of #291F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291F99

Black with #291F99

Text Example


Text Example

White with #291F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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