Html Css Color HEX #290AAD Ultramarine

📋 copy color: '#290AAD'

red 41 ◦ green 10 ◦ blue 173

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

Shades of Ultramarine #290AAD

Tints of Ultramarine #290AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.46%

 BLUE value IS 173 (67.97% from 255) = 77.23%

R = 18.3%
G = 4.46%
B = 77.23%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#290AAD (or 0x290AAD) is known color: Ultramarine. HEX triplet: 29, 0A and AD. RGB value is (41,10,173). Sum of RGB (Red+Green+Blue) = 41+10+173=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #290AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290AAD is #D6F552. Grayscale: #252525. Windows color (decimal): -14087507 or 11340329. OLE color: 11340329.

HSL color Cylindrical-coordinate representation of color #290AAD: hue angle of 251.41º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290AAD is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 10 173 -
CMYK 0.76 0.94 0 0.32
HSL 251.41º 0.89% 0.36% -
HSV(B) 251.41º 0.94% 0.68% -
XYZ 8.57 3.71 39.8 -
YUV 37.85 204.27 130.25 -
System Red Green Blue C M Y K H S L
Decimal 41 10 173 0.76 0.94 0 0.32 251.41 0.89 0.36
Hex 29 A AD 4C 5E 0 20 FB 59 24
Octal 51 12 255 114 136 0 40 373 131 44
Binary 101001 1010 10101101 1001100 1011110 0 100000 11111011 1011001 100100

Color Harmonies of #290AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290AAD

Black with #290AAD

Text Example


Text Example

White with #290AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,10,173); }

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

background-color css

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

 a { background-color: rgb(41,10,173); }

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

border-color css

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

 span { border-color: rgb(41,10,173); }

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