Html Css Color HEX #290993 Ultramarine

📋 copy color: '#290993'

red 41 ◦ green 9 ◦ blue 147

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

Shades of Ultramarine #290993

Tints of Ultramarine #290993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

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

R = 20.81%
G = 4.57%
B = 74.62%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#290993 (or 0x290993) is known color: Ultramarine. HEX triplet: 29, 09 and 93. RGB value is (41,9,147). Sum of RGB (Red+Green+Blue) = 41+9+147=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #290993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290993 is #D6F66C. Grayscale: #212121. Windows color (decimal): -14087789 or 9636137. OLE color: 9636137.

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

Color convert

RGB 41 9 147 -
CMYK 0.72 0.94 0 0.42
HSL 253.91º 0.88% 0.31% -
HSV(B) 253.91º 0.94% 0.58% -
XYZ 6.28 2.77 27.81 -
YUV 34.3 191.6 132.78 -
System Red Green Blue C M Y K H S L
Decimal 41 9 147 0.72 0.94 0 0.42 253.91 0.88 0.31
Hex 29 9 93 48 5E 0 2A FE 58 1F
Octal 51 11 223 110 136 0 52 376 130 37
Binary 101001 1001 10010011 1001000 1011110 0 101010 11111110 1011000 11111

Color Harmonies of #290993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290993

Black with #290993

Text Example


Text Example

White with #290993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290993; }

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

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

background-color css

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

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

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

border-color css

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

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

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