Html Css Color HEX #291B94 Ultramarine

📋 copy color: '#291B94'

red 41 ◦ green 27 ◦ blue 148

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

Shades of Ultramarine #291B94

Tints of Ultramarine #291B94

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.5%

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

R = 18.98%
G = 12.5%
B = 68.52%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#291B94 (or 0x291B94) is known color: Ultramarine. HEX triplet: 29, 1B and 94. RGB value is (41,27,148). Sum of RGB (Red+Green+Blue) = 41+27+148=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 27 (10.94% from 255 or 12.5% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #291B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291B94 is #D6E46B. Grayscale: #2C2C2C. Windows color (decimal): -14083180 or 9706281. OLE color: 9706281.

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

Color convert

RGB 41 27 148 -
CMYK 0.72 0.82 0 0.42
HSL 246.94º 0.69% 0.34% -
HSV(B) 246.94º 0.82% 0.58% -
XYZ 6.65 3.39 28.32 -
YUV 44.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 41 27 148 0.72 0.82 0 0.42 246.94 0.69 0.34
Hex 29 1B 94 48 52 0 2A F7 45 22
Octal 51 33 224 110 122 0 52 367 105 42
Binary 101001 11011 10010100 1001000 1010010 0 101010 11110111 1000101 100010

Color Harmonies of #291B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291B94

Black with #291B94

Text Example


Text Example

White with #291B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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