Html Css Color HEX #290AAF Ultramarine

📋 copy color: '#290AAF'

red 41 ◦ green 10 ◦ blue 175

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

Shades of Ultramarine #290AAF

Tints of Ultramarine #290AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 77.43%

R = 18.14%
G = 4.42%
B = 77.43%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#290AAF (or 0x290AAF) is known color: Ultramarine. HEX triplet: 29, 0A and AF. RGB value is (41,10,175). Sum of RGB (Red+Green+Blue) = 41+10+175=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 175 (68.75% from 255 or 77.43% from 226); Max value from RGB is 175 - color contains mainly: blue. Hex color #290AAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290AAF is #D6F550. Grayscale: #252525. Windows color (decimal): -14087505 or 11471401. OLE color: 11471401.

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

Color convert

RGB 41 10 175 -
CMYK 0.77 0.94 0 0.31
HSL 251.27º 0.89% 0.36% -
HSV(B) 251.27º 0.94% 0.69% -
XYZ 8.76 3.78 40.83 -
YUV 38.08 205.27 130.08 -
System Red Green Blue C M Y K H S L
Decimal 41 10 175 0.77 0.94 0 0.31 251.27 0.89 0.36
Hex 29 A AF 4D 5E 0 1F FB 59 24
Octal 51 12 257 115 136 0 37 373 131 44
Binary 101001 1010 10101111 1001101 1011110 0 11111 11111011 1011001 100100

Color Harmonies of #290AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290AAF

Black with #290AAF

Text Example


Text Example

White with #290AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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