#1915B8

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

Shades of Medium Blue #1915B8

Tints of Medium Blue #1915B8

Color information

#1915B8 (or 0x1915B8) is unknown color: approx Medium Blue. HEX triplet: 19, 15 and B8. RGB value is (25,21,184). Sum of RGB (Red+Green+Blue) = 25+21+184=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 184 (72.27% from 255 or 80% from 230); Max value from RGB is 184 - color contains mainly: blue. Hex color #1915B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1915B8 is #E6EA47. Grayscale: #282828. Windows color (decimal): -15133256 or 12064025. OLE color: 12064025.

HSL color Cylindrical-coordinate representation of color #1915B8: hue angle of 241.47º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1915B8 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2521184-
CMYK0.860.8900.28
HSL241.47º79.51%40.2%-
HSV(B)241.47º88.59%72.16%-
XYZ9.324.245.67-
YUV40.78208.83116.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.87%
GREEN value IS 21 (8.59% from 255) = 9.13%
BLUE value IS 184 (72.27% from 255) = 80%
R=10.87%
G=9.13%
B=80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal25211840.860.8900.28241.4779.5140.2
Hex1915B8565901Cf15028
Octal312527012613103436112050
Binary11001101011011100010101101011001011100111100011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1915B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1915B8; }

 p { color: rgb(25,21,184); }

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

<style>
 a { background-color: #1915B8; }

 a { background-color: rgb(25,21,184); }

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

<style>
 span { border-color: #1915B8; }

 span { border-color: rgb(25,21,184); }

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