Html Css Color HEX #291A98 Ultramarine

📋 copy color: '#291A98'

red 41 ◦ green 26 ◦ blue 152

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

Shades of Ultramarine #291A98

Tints of Ultramarine #291A98

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.87%

 BLUE value IS 152 (59.77% from 255) = 69.41%

R = 18.72%
G = 11.87%
B = 69.41%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#291A98 (or 0x291A98) is known color: Ultramarine. HEX triplet: 29, 1A and 98. RGB value is (41,26,152). Sum of RGB (Red+Green+Blue) = 41+26+152=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #291A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291A98 is #D6E567. Grayscale: #2C2C2C. Windows color (decimal): -14083432 or 9968169. OLE color: 9968169.

HSL color Cylindrical-coordinate representation of color #291A98: hue angle of 247.14º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291A98 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 26 152 -
CMYK 0.73 0.83 0 0.40
HSL 247.14º 0.71% 0.35% -
HSV(B) 247.14º 0.83% 0.6% -
XYZ 6.95 3.48 30.01 -
YUV 44.85 188.47 125.25 -
System Red Green Blue C M Y K H S L
Decimal 41 26 152 0.73 0.83 0 0.40 247.14 0.71 0.35
Hex 29 1A 98 49 53 0 28 F7 47 23
Octal 51 32 230 111 123 0 50 367 107 43
Binary 101001 11010 10011000 1001001 1010011 0 101000 11110111 1000111 100011

Color Harmonies of #291A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291A98

Black with #291A98

Text Example


Text Example

White with #291A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,26,152); }

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

background-color css

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

 a { background-color: rgb(41,26,152); }

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

border-color css

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

 span { border-color: rgb(41,26,152); }

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