Html Css Color HEX #290299 Ultramarine

📋 copy color: '#290299'

red 41 ◦ green 2 ◦ blue 153

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

Shades of Ultramarine #290299

Tints of Ultramarine #290299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

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

R = 20.92%
G = 1.02%
B = 78.06%

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

#290299 (or 0x290299) is known color: Ultramarine. HEX triplet: 29, 02 and 99. RGB value is (41,2,153). Sum of RGB (Red+Green+Blue) = 41+2+153=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 153 (60.16% from 255 or 78.06% from 196); Max value from RGB is 153 - color contains mainly: blue. Hex color #290299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290299 is #D6FD66. Grayscale: #1E1E1E. Windows color (decimal): -14089575 or 10027561. OLE color: 10027561.

HSL color Cylindrical-coordinate representation of color #290299: hue angle of 255.5º degrees, saturation: 0.97, 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 #290299 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 2 153 -
CMYK 0.73 0.99 0 0.4
HSL 255.5º 0.97% 0.3% -
HSV(B) 255.5º 0.99% 0.6% -
XYZ 6.69 2.81 30.33 -
YUV 30.88 196.92 135.22 -
System Red Green Blue C M Y K H S L
Decimal 41 2 153 0.73 0.99 0 0.4 255.5 0.97 0.3
Hex 29 2 99 49 63 0 28 FF 61 1E
Octal 51 2 231 111 143 0 50 377 141 36
Binary 101001 10 10011001 1001001 1100011 0 101000 11111111 1100001 11110

Color Harmonies of #290299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290299

Black with #290299

Text Example


Text Example

White with #290299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290299; }

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

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

background-color css

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

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

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

border-color css

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

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

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