Html Css Color HEX #290594 Ultramarine

📋 copy color: '#290594'

red 41 ◦ green 5 ◦ blue 148

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

Shades of Ultramarine #290594

Tints of Ultramarine #290594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 76.29%

R = 21.13%
G = 2.58%
B = 76.29%

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

#290594 (or 0x290594) is known color: Ultramarine. HEX triplet: 29, 05 and 94. RGB value is (41,5,148). Sum of RGB (Red+Green+Blue) = 41+5+148=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 148 (58.20% from 255 or 76.29% from 194); Max value from RGB is 148 - color contains mainly: blue. Hex color #290594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290594 is #D6FA6B. Grayscale: #1F1F1F. Windows color (decimal): -14088812 or 9700649. OLE color: 9700649.

HSL color Cylindrical-coordinate representation of color #290594: hue angle of 255.1º 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 #290594 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 5 148 -
CMYK 0.72 0.97 0 0.42
HSL 255.1º 0.93% 0.3% -
HSV(B) 255.1º 0.97% 0.58% -
XYZ 6.31 2.72 28.21 -
YUV 32.07 193.43 134.37 -
System Red Green Blue C M Y K H S L
Decimal 41 5 148 0.72 0.97 0 0.42 255.1 0.93 0.3
Hex 29 5 94 48 61 0 2A FF 5D 1E
Octal 51 5 224 110 141 0 52 377 135 36
Binary 101001 101 10010100 1001000 1100001 0 101010 11111111 1011101 11110

Color Harmonies of #290594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290594

Black with #290594

Text Example


Text Example

White with #290594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290594; }

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

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

background-color css

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

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

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

border-color css

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

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

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