#1516BA

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

Shades of Medium Blue #1516BA

Tints of Medium Blue #1516BA

Color information

#1516BA (or 0x1516BA) is unknown color: approx Medium Blue. HEX triplet: 15, 16 and BA. RGB value is (21,22,186). Sum of RGB (Red+Green+Blue) = 21+22+186=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #1516BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1516BA is #EAE945. Grayscale: #272727. Windows color (decimal): -15395142 or 12195349. OLE color: 12195349.

HSL color Cylindrical-coordinate representation of color #1516BA: hue angle of 239.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1516BA is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2122186-
CMYK0.890.8800.27
HSL239.64º79.71%40.59%-
HSV(B)239.64º88.71%72.94%-
XYZ9.464.2846.78-
YUV40.4210.17114.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 186 (73.05% from 255) = 81.22%
R=9.17%
G=9.61%
B=81.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21221860.890.8800.27239.6479.7140.59
Hex1516BA595801Bf05029
Octal252627213113003336012051
Binary10101101101011101010110011011000011011111100001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1516BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1516BA; }

 p { color: rgb(21,22,186); }

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

<style>
 a { background-color: #1516BA; }

 a { background-color: rgb(21,22,186); }

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

<style>
 span { border-color: #1516BA; }

 span { border-color: rgb(21,22,186); }

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