Html Css Color HEX #291292 Ultramarine

📋 copy color: '#291292'

red 41 ◦ green 18 ◦ blue 146

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

Shades of Ultramarine #291292

Tints of Ultramarine #291292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

 BLUE value IS 146 (57.42% from 255) = 71.22%

R = 20%
G = 8.78%
B = 71.22%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#291292 (or 0x291292) is known color: Ultramarine. HEX triplet: 29, 12 and 92. RGB value is (41,18,146). Sum of RGB (Red+Green+Blue) = 41+18+146=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 146 (57.42% from 255 or 71.22% from 205); Max value from RGB is 146 - color contains mainly: blue. Hex color #291292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291292 is #D6ED6D. Grayscale: #262626. Windows color (decimal): -14085486 or 9572905. OLE color: 9572905.

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

Color convert

RGB 41 18 146 -
CMYK 0.72 0.88 0 0.43
HSL 250.78º 0.78% 0.32% -
HSV(B) 250.78º 0.88% 0.57% -
XYZ 6.32 2.98 27.44 -
YUV 39.47 188.12 129.09 -
System Red Green Blue C M Y K H S L
Decimal 41 18 146 0.72 0.88 0 0.43 250.78 0.78 0.32
Hex 29 12 92 48 58 0 2B FB 4E 20
Octal 51 22 222 110 130 0 53 373 116 40
Binary 101001 10010 10010010 1001000 1011000 0 101011 11111011 1001110 100000

Color Harmonies of #291292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291292

Black with #291292

Text Example


Text Example

White with #291292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291292; }

 p { color: rgb(41,18,146); }

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

background-color css

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

 a { background-color: rgb(41,18,146); }

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

border-color css

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

 span { border-color: rgb(41,18,146); }

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