Html Css Color HEX #290593 Ultramarine

📋 copy color: '#290593'

red 41 ◦ green 5 ◦ blue 147

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

Shades of Ultramarine #290593

Tints of Ultramarine #290593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

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

R = 21.24%
G = 2.59%
B = 76.17%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#290593 (or 0x290593) is known color: Ultramarine. HEX triplet: 29, 05 and 93. RGB value is (41,5,147). Sum of RGB (Red+Green+Blue) = 41+5+147=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 147 (57.81% from 255 or 76.17% from 193); Max value from RGB is 147 - color contains mainly: blue. Hex color #290593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290593 is #D6FA6C. Grayscale: #1F1F1F. Windows color (decimal): -14088813 or 9635113. OLE color: 9635113.

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

Color convert

RGB 41 5 147 -
CMYK 0.72 0.97 0 0.42
HSL 255.21º 0.93% 0.3% -
HSV(B) 255.21º 0.97% 0.58% -
XYZ 6.24 2.69 27.79 -
YUV 31.95 192.93 134.45 -
System Red Green Blue C M Y K H S L
Decimal 41 5 147 0.72 0.97 0 0.42 255.21 0.93 0.3
Hex 29 5 93 48 61 0 2A FF 5D 1E
Octal 51 5 223 110 141 0 52 377 135 36
Binary 101001 101 10010011 1001000 1100001 0 101010 11111111 1011101 11110

Color Harmonies of #290593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290593

Black with #290593

Text Example


Text Example

White with #290593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290593; }

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

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

background-color css

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

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

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

border-color css

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

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

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