#1506C6

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

Shades of Medium Blue #1506C6

Tints of Medium Blue #1506C6

Color information

#1506C6 (or 0x1506C6) is unknown color: approx Medium Blue. HEX triplet: 15, 06 and C6. RGB value is (21,6,198). Sum of RGB (Red+Green+Blue) = 21+6+198=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 198 (77.73% from 255 or 88% from 225); Max value from RGB is 198 - color contains mainly: blue. Hex color #1506C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1506C6 is #EAF939. Grayscale: #1F1F1F. Windows color (decimal): -15399226 or 12977685. OLE color: 12977685.

HSL color Cylindrical-coordinate representation of color #1506C6: hue angle of 244.69º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1506C6 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB216198-
CMYK0.890.9700.22
HSL244.69º94.12%40%-
HSV(B)244.69º96.97%77.65%-
XYZ10.574.3753.71-
YUV32.37221.47119.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 198 (77.73% from 255) = 88%
R=9.33%
G=2.67%
B=88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2161980.890.9700.22244.6994.1240
Hex156C65961016f55e28
Octal25630613114102636513650
Binary101011101100011010110011100001010110111101011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1506C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1506C6; }

 p { color: rgb(21,6,198); }

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

<style>
 a { background-color: #1506C6; }

 a { background-color: rgb(21,6,198); }

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

<style>
 span { border-color: #1506C6; }

 span { border-color: rgb(21,6,198); }

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