Html Css Color HEX #290B99 Ultramarine

📋 copy color: '#290B99'

red 41 ◦ green 11 ◦ blue 153

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

Shades of Ultramarine #290B99

Tints of Ultramarine #290B99

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.37%

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

R = 20%
G = 5.37%
B = 74.63%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#290B99 (or 0x290B99) is known color: Ultramarine. HEX triplet: 29, 0B and 99. RGB value is (41,11,153). Sum of RGB (Red+Green+Blue) = 41+11+153=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #290B99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290B99 is #D6F466. Grayscale: #232323. Windows color (decimal): -14087271 or 10029865. OLE color: 10029865.

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

Color convert

RGB 41 11 153 -
CMYK 0.73 0.93 0 0.4
HSL 252.68º 0.87% 0.32% -
HSV(B) 252.68º 0.93% 0.6% -
XYZ 6.78 3.01 30.36 -
YUV 36.16 193.94 131.45 -
System Red Green Blue C M Y K H S L
Decimal 41 11 153 0.73 0.93 0 0.4 252.68 0.87 0.32
Hex 29 B 99 49 5D 0 28 FD 57 20
Octal 51 13 231 111 135 0 50 375 127 40
Binary 101001 1011 10011001 1001001 1011101 0 101000 11111101 1010111 100000

Color Harmonies of #290B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B99

Black with #290B99

Text Example


Text Example

White with #290B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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