Html Css Color HEX #290DA6 Ultramarine

📋 copy color: '#290DA6'

red 41 ◦ green 13 ◦ blue 166

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

Shades of Ultramarine #290DA6

Tints of Ultramarine #290DA6

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.91%

 BLUE value IS 166 (65.23% from 255) = 75.45%

R = 18.64%
G = 5.91%
B = 75.45%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#290DA6 (or 0x290DA6) is known color: Ultramarine. HEX triplet: 29, 0D and A6. RGB value is (41,13,166). Sum of RGB (Red+Green+Blue) = 41+13+166=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 166 (65.23% from 255 or 75.45% from 220); Max value from RGB is 166 - color contains mainly: blue. Hex color #290DA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290DA6 is #D6F259. Grayscale: #262626. Windows color (decimal): -14086746 or 10882345. OLE color: 10882345.

HSL color Cylindrical-coordinate representation of color #290DA6: hue angle of 250.98º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290DA6 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 13 166 -
CMYK 0.75 0.92 0 0.35
HSL 250.98º 0.85% 0.35% -
HSV(B) 250.98º 0.92% 0.65% -
XYZ 7.94 3.51 36.34 -
YUV 38.81 199.78 129.56 -
System Red Green Blue C M Y K H S L
Decimal 41 13 166 0.75 0.92 0 0.35 250.98 0.85 0.35
Hex 29 D A6 4B 5C 0 23 FB 55 23
Octal 51 15 246 113 134 0 43 373 125 43
Binary 101001 1101 10100110 1001011 1011100 0 100011 11111011 1010101 100011

Color Harmonies of #290DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290DA6

Black with #290DA6

Text Example


Text Example

White with #290DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,13,166); }

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

background-color css

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

 a { background-color: rgb(41,13,166); }

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

border-color css

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

 span { border-color: rgb(41,13,166); }

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