Html Css Color HEX #290895 Ultramarine

📋 copy color: '#290895'

red 41 ◦ green 8 ◦ blue 149

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

Shades of Ultramarine #290895

Tints of Ultramarine #290895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.04%

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

R = 20.71%
G = 4.04%
B = 75.25%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#290895 (or 0x290895) is known color: Ultramarine. HEX triplet: 29, 08 and 95. RGB value is (41,8,149). Sum of RGB (Red+Green+Blue) = 41+8+149=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #290895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290895 is #D6F76A. Grayscale: #212121. Windows color (decimal): -14088043 or 9766953. OLE color: 9766953.

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

Color convert

RGB 41 8 149 -
CMYK 0.72 0.95 0 0.42
HSL 254.04º 0.9% 0.31% -
HSV(B) 254.04º 0.95% 0.58% -
XYZ 6.43 2.82 28.64 -
YUV 33.94 192.93 133.04 -
System Red Green Blue C M Y K H S L
Decimal 41 8 149 0.72 0.95 0 0.42 254.04 0.9 0.31
Hex 29 8 95 48 5F 0 2A FE 5A 1F
Octal 51 10 225 110 137 0 52 376 132 37
Binary 101001 1000 10010101 1001000 1011111 0 101010 11111110 1011010 11111

Color Harmonies of #290895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290895

Black with #290895

Text Example


Text Example

White with #290895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290895; }

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

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

background-color css

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

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

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

border-color css

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

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

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