Html Css Color HEX #291193 Ultramarine

📋 copy color: '#291193'

red 41 ◦ green 17 ◦ blue 147

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

Shades of Ultramarine #291193

Tints of Ultramarine #291193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.29%

 BLUE value IS 147 (57.81% from 255) = 71.71%

R = 20%
G = 8.29%
B = 71.71%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#291193 (or 0x291193) is known color: Ultramarine. HEX triplet: 29, 11 and 93. RGB value is (41,17,147). Sum of RGB (Red+Green+Blue) = 41+17+147=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #291193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291193 is #D6EE6C. Grayscale: #262626. Windows color (decimal): -14085741 or 9638185. OLE color: 9638185.

HSL color Cylindrical-coordinate representation of color #291193: hue angle of 251.08º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291193 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 17 147 -
CMYK 0.72 0.88 0 0.42
HSL 251.08º 0.79% 0.32% -
HSV(B) 251.08º 0.88% 0.58% -
XYZ 6.38 2.98 27.84 -
YUV 39 188.95 129.43 -
System Red Green Blue C M Y K H S L
Decimal 41 17 147 0.72 0.88 0 0.42 251.08 0.79 0.32
Hex 29 11 93 48 58 0 2A FB 4F 20
Octal 51 21 223 110 130 0 52 373 117 40
Binary 101001 10001 10010011 1001000 1011000 0 101010 11111011 1001111 100000

Color Harmonies of #291193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291193

Black with #291193

Text Example


Text Example

White with #291193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291193; }

 p { color: rgb(41,17,147); }

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

background-color css

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

 a { background-color: rgb(41,17,147); }

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

border-color css

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

 span { border-color: rgb(41,17,147); }

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