Html Css Color HEX #290195 Ultramarine

📋 copy color: '#290195'

red 41 ◦ green 1 ◦ blue 149

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

Shades of Ultramarine #290195

Tints of Ultramarine #290195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 149 (58.59% from 255) = 78.01%

R = 21.47%
G = 0.52%
B = 78.01%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#290195 (or 0x290195) is known color: Ultramarine. HEX triplet: 29, 01 and 95. RGB value is (41,1,149). Sum of RGB (Red+Green+Blue) = 41+1+149=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 149 (58.59% from 255 or 78.01% from 191); Max value from RGB is 149 - color contains mainly: blue. Hex color #290195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290195 is #D6FE6A. Grayscale: #1D1D1D. Windows color (decimal): -14089835 or 9765161. OLE color: 9765161.

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

Color convert

RGB 41 1 149 -
CMYK 0.72 0.99 0 0.42
HSL 256.22º 0.99% 0.29% -
HSV(B) 256.22º 0.99% 0.58% -
XYZ 6.35 2.66 28.61 -
YUV 29.83 195.25 135.97 -
System Red Green Blue C M Y K H S L
Decimal 41 1 149 0.72 0.99 0 0.42 256.22 0.99 0.29
Hex 29 1 95 48 63 0 2A 100 63 1D
Octal 51 1 225 110 143 0 52 400 143 35
Binary 101001 1 10010101 1001000 1100011 0 101010 100000000 1100011 11101

Color Harmonies of #290195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290195

Black with #290195

Text Example


Text Example

White with #290195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290195; }

 p { color: rgb(41,1,149); }

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

background-color css

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

 a { background-color: rgb(41,1,149); }

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

border-color css

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

 span { border-color: rgb(41,1,149); }

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