#190DB5

Color #190DB5 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #190DB5

Tints of Medium Blue #190DB5

Color information

#190DB5 (or 0x190DB5) is unknown color: approx Medium Blue. HEX triplet: 19, 0D and B5. RGB value is (25,13,181). Sum of RGB (Red+Green+Blue) = 25+13+181=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 181 (71.09% from 255 or 82.65% from 219); Max value from RGB is 181 - color contains mainly: blue. Hex color #190DB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190DB5 is #E6F24A. Grayscale: #232323. Windows color (decimal): -15135307 or 11865369. OLE color: 11865369.

HSL color Cylindrical-coordinate representation of color #190DB5: hue angle of 244.29º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190DB5 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2513181-
CMYK0.860.9300.29
HSL244.29º86.6%38.04%-
HSV(B)244.29º92.82%70.98%-
XYZ8.893.8343.99-
YUV35.74209.98120.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 181 (71.09% from 255) = 82.65%
R=11.42%
G=5.94%
B=82.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25131810.860.9300.29244.2986.638.04
Hex19DB5565D01Df45726
Octal311526512613503536412746
Binary1100111011011010110101101011101011101111101001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190DB5; }

 p { color: rgb(25,13,181); }

 H1.HeaderClassName
 {
   color: #190DB5;
 }
 .AnyTagClassName
 {
   color: #190DB5;
 }
</style>
background-color css

<style>
 a { background-color: #190DB5; }

 a { background-color: rgb(25,13,181); }

 div.DivClassName
 {
   background-color: #190DB5;
 }
 .BgClassName
 {
   background-color: #190DB5;
 }
</style>
border-color css

<style>
 span { border-color: #190DB5; }

 span { border-color: rgb(25,13,181); }

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