Html Css Color HEX #290199 Ultramarine

📋 copy color: '#290199'

red 41 ◦ green 1 ◦ blue 153

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

Shades of Ultramarine #290199

Tints of Ultramarine #290199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 78.46%

R = 21.03%
G = 0.51%
B = 78.46%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#290199 (or 0x290199) is known color: Ultramarine. HEX triplet: 29, 01 and 99. RGB value is (41,1,153). Sum of RGB (Red+Green+Blue) = 41+1+153=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #290199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290199 is #D6FE66. Grayscale: #1D1D1D. Windows color (decimal): -14089831 or 10027305. OLE color: 10027305.

HSL color Cylindrical-coordinate representation of color #290199: hue angle of 255.79º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290199 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 1 153 -
CMYK 0.73 0.99 0 0.4
HSL 255.79º 0.99% 0.3% -
HSV(B) 255.79º 0.99% 0.6% -
XYZ 6.68 2.79 30.32 -
YUV 30.29 197.25 135.64 -
System Red Green Blue C M Y K H S L
Decimal 41 1 153 0.73 0.99 0 0.4 255.79 0.99 0.3
Hex 29 1 99 49 63 0 28 100 63 1E
Octal 51 1 231 111 143 0 50 400 143 36
Binary 101001 1 10011001 1001001 1100011 0 101000 100000000 1100011 11110

Color Harmonies of #290199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290199

Black with #290199

Text Example


Text Example

White with #290199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290199; }

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

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

background-color css

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

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

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

border-color css

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

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

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