Html Css Color HEX #290699 Ultramarine

📋 copy color: '#290699'

red 41 ◦ green 6 ◦ blue 153

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

Shades of Ultramarine #290699

Tints of Ultramarine #290699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

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

R = 20.5%
G = 3%
B = 76.5%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#290699 (or 0x290699) is known color: Ultramarine. HEX triplet: 29, 06 and 99. RGB value is (41,6,153). Sum of RGB (Red+Green+Blue) = 41+6+153=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 153 (60.16% from 255 or 76.5% from 200); Max value from RGB is 153 - color contains mainly: blue. Hex color #290699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290699 is #D6F966. Grayscale: #202020. Windows color (decimal): -14088551 or 10028585. OLE color: 10028585.

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

Color convert

RGB 41 6 153 -
CMYK 0.73 0.96 0 0.4
HSL 254.29º 0.92% 0.31% -
HSV(B) 254.29º 0.96% 0.6% -
XYZ 6.73 2.9 30.34 -
YUV 33.22 195.6 133.55 -
System Red Green Blue C M Y K H S L
Decimal 41 6 153 0.73 0.96 0 0.4 254.29 0.92 0.31
Hex 29 6 99 49 60 0 28 FE 5C 1F
Octal 51 6 231 111 140 0 50 376 134 37
Binary 101001 110 10011001 1001001 1100000 0 101000 11111110 1011100 11111

Color Harmonies of #290699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290699

Black with #290699

Text Example


Text Example

White with #290699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290699; }

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

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

background-color css

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

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

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

border-color css

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

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

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