#190DE0

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

Shades of Medium Blue #190DE0

Tints of Medium Blue #190DE0

Color information

#190DE0 (or 0x190DE0) is unknown color: approx Medium Blue. HEX triplet: 19, 0D and E0. RGB value is (25,13,224). Sum of RGB (Red+Green+Blue) = 25+13+224=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 224 (87.89% from 255 or 85.50% from 262); Max value from RGB is 224 - color contains mainly: blue. Hex color #190DE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190DE0 is #E6F21F. Grayscale: #272727. Windows color (decimal): -15135264 or 14683417. OLE color: 14683417.

HSL color Cylindrical-coordinate representation of color #190DE0: hue angle of 243.41º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190DE0 is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2513224-
CMYK0.890.9400.12
HSL243.41º89.03%46.47%-
HSV(B)243.41º94.2%87.84%-
XYZ145.8870.92-
YUV40.64231.48116.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.54%
GREEN value IS 13 (5.47% from 255) = 4.96%
BLUE value IS 224 (87.89% from 255) = 85.50%
R=9.54%
G=4.96%
B=85.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal25132240.890.9400.12243.4189.0346.47
Hex19DE0595E0Cf3592e
Octal311534013113601436313156
Binary110011101111000001011001101111001100111100111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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