Html Css Color HEX #291D9F Ultramarine

📋 copy color: '#291D9F'

red 41 ◦ green 29 ◦ blue 159

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

Shades of Ultramarine #291D9F

Tints of Ultramarine #291D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.66%

 BLUE value IS 159 (62.5% from 255) = 69.43%

R = 17.9%
G = 12.66%
B = 69.43%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#291D9F (or 0x291D9F) is known color: Ultramarine. HEX triplet: 29, 1D and 9F. RGB value is (41,29,159). Sum of RGB (Red+Green+Blue) = 41+29+159=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #291D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291D9F is #D6E260. Grayscale: #2E2E2E. Windows color (decimal): -14082657 or 10427689. OLE color: 10427689.

HSL color Cylindrical-coordinate representation of color #291D9F: hue angle of 245.54º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291D9F is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 29 159 -
CMYK 0.74 0.82 0 0.38
HSL 245.54º 0.69% 0.37% -
HSV(B) 245.54º 0.82% 0.62% -
XYZ 7.61 3.85 33.14 -
YUV 47.41 190.98 123.43 -
System Red Green Blue C M Y K H S L
Decimal 41 29 159 0.74 0.82 0 0.38 245.54 0.69 0.37
Hex 29 1D 9F 4A 52 0 26 F6 45 25
Octal 51 35 237 112 122 0 46 366 105 45
Binary 101001 11101 10011111 1001010 1010010 0 100110 11110110 1000101 100101

Color Harmonies of #291D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291D9F

Black with #291D9F

Text Example


Text Example

White with #291D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,29,159); }

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

background-color css

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

 a { background-color: rgb(41,29,159); }

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

border-color css

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

 span { border-color: rgb(41,29,159); }

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