Html Css Color HEX #290AAB Ultramarine

📋 copy color: '#290AAB'

red 41 ◦ green 10 ◦ blue 171

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

Shades of Ultramarine #290AAB

Tints of Ultramarine #290AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 77.03%

R = 18.47%
G = 4.5%
B = 77.03%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#290AAB (or 0x290AAB) is known color: Ultramarine. HEX triplet: 29, 0A and AB. RGB value is (41,10,171). Sum of RGB (Red+Green+Blue) = 41+10+171=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 171 (67.19% from 255 or 77.03% from 222); Max value from RGB is 171 - color contains mainly: blue. Hex color #290AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290AAB is #D6F554. Grayscale: #252525. Windows color (decimal): -14087509 or 11209257. OLE color: 11209257.

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

Color convert

RGB 41 10 171 -
CMYK 0.76 0.94 0 0.33
HSL 251.55º 0.89% 0.35% -
HSV(B) 251.55º 0.94% 0.67% -
XYZ 8.37 3.63 38.79 -
YUV 37.62 203.27 130.41 -
System Red Green Blue C M Y K H S L
Decimal 41 10 171 0.76 0.94 0 0.33 251.55 0.89 0.35
Hex 29 A AB 4C 5E 0 21 FC 59 23
Octal 51 12 253 114 136 0 41 374 131 43
Binary 101001 1010 10101011 1001100 1011110 0 100001 11111100 1011001 100011

Color Harmonies of #290AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290AAB

Black with #290AAB

Text Example


Text Example

White with #290AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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