Html Css Color HEX #291C94 Ultramarine

📋 copy color: '#291C94'

red 41 ◦ green 28 ◦ blue 148

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

Shades of Ultramarine #291C94

Tints of Ultramarine #291C94

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.9%

 BLUE value IS 148 (58.2% from 255) = 68.2%

R = 18.89%
G = 12.9%
B = 68.2%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#291C94 (or 0x291C94) is known color: Ultramarine. HEX triplet: 29, 1C and 94. RGB value is (41,28,148). Sum of RGB (Red+Green+Blue) = 41+28+148=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #291C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C94 is #D6E36B. Grayscale: #2D2D2D. Windows color (decimal): -14082924 or 9706537. OLE color: 9706537.

HSL color Cylindrical-coordinate representation of color #291C94: hue angle of 246.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291C94 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 28 148 -
CMYK 0.72 0.81 0 0.42
HSL 246.5º 0.68% 0.35% -
HSV(B) 246.5º 0.81% 0.58% -
XYZ 6.68 3.44 28.33 -
YUV 45.57 185.81 124.74 -
System Red Green Blue C M Y K H S L
Decimal 41 28 148 0.72 0.81 0 0.42 246.5 0.68 0.35
Hex 29 1C 94 48 51 0 2A F6 44 23
Octal 51 34 224 110 121 0 52 366 104 43
Binary 101001 11100 10010100 1001000 1010001 0 101010 11110110 1000100 100011

Color Harmonies of #291C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291C94

Black with #291C94

Text Example


Text Example

White with #291C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,28,148); }

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

background-color css

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

 a { background-color: rgb(41,28,148); }

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

border-color css

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

 span { border-color: rgb(41,28,148); }

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