Html Css Color HEX #290AB6 Ultramarine

📋 copy color: '#290AB6'

red 41 ◦ green 10 ◦ blue 182

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

Shades of Ultramarine #290AB6

Tints of Ultramarine #290AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 78.11%

R = 17.6%
G = 4.29%
B = 78.11%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#290AB6 (or 0x290AB6) is known color: Ultramarine. HEX triplet: 29, 0A and B6. RGB value is (41,10,182). Sum of RGB (Red+Green+Blue) = 41+10+182=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 182 (71.48% from 255 or 78.11% from 233); Max value from RGB is 182 - color contains mainly: blue. Hex color #290AB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290AB6 is #D6F549. Grayscale: #262626. Windows color (decimal): -14087498 or 11930153. OLE color: 11930153.

HSL color Cylindrical-coordinate representation of color #290AB6: hue angle of 250.81º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290AB6 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 10 182 -
CMYK 0.77 0.95 0 0.29
HSL 250.81º 0.9% 0.38% -
HSV(B) 250.81º 0.95% 0.71% -
XYZ 9.47 4.07 44.54 -
YUV 38.88 208.77 129.51 -
System Red Green Blue C M Y K H S L
Decimal 41 10 182 0.77 0.95 0 0.29 250.81 0.9 0.38
Hex 29 A B6 4D 5F 0 1D FB 5A 26
Octal 51 12 266 115 137 0 35 373 132 46
Binary 101001 1010 10110110 1001101 1011111 0 11101 11111011 1011010 100110

Color Harmonies of #290AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290AB6

Black with #290AB6

Text Example


Text Example

White with #290AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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