Html Css Color HEX #290DBA Medium Blue

📋 copy color: '#290DBA'

red 41 ◦ green 13 ◦ blue 186

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

Shades of Medium Blue #290DBA

Tints of Medium Blue #290DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 77.5%

R = 17.08%
G = 5.42%
B = 77.5%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#290DBA (or 0x290DBA) is known color: Medium Blue. HEX triplet: 29, 0D and BA. RGB value is (41,13,186). Sum of RGB (Red+Green+Blue) = 41+13+186=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #290DBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290DBA is #D6F245. Grayscale: #282828. Windows color (decimal): -14086726 or 12193065. OLE color: 12193065.

HSL color Cylindrical-coordinate representation of color #290DBA: hue angle of 249.71º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290DBA is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 13 186 -
CMYK 0.78 0.93 0 0.27
HSL 249.71º 0.87% 0.39% -
HSV(B) 249.71º 0.93% 0.73% -
XYZ 9.92 4.3 46.76 -
YUV 41.09 209.78 127.93 -
System Red Green Blue C M Y K H S L
Decimal 41 13 186 0.78 0.93 0 0.27 249.71 0.87 0.39
Hex 29 D BA 4E 5D 0 1B FA 57 27
Octal 51 15 272 116 135 0 33 372 127 47
Binary 101001 1101 10111010 1001110 1011101 0 11011 11111010 1010111 100111

Color Harmonies of #290DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290DBA

Black with #290DBA

Text Example


Text Example

White with #290DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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